summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-19f2fs: fix comment in sanity_check_raw_super()Chao Yu
2024-04-19f2fs: convert f2fs__page tracepoint class to use folioChao Yu
2024-04-19f2fs: convert f2fs_read_inline_data() to use folioChao Yu
2024-04-19f2fs: convert f2fs_read_single_page() to use folioChao Yu
2024-04-19f2fs: convert f2fs_mpage_readpages() to use folioChao Yu
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim
2024-04-19Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-04-18btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn
2024-04-17Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-18btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy
2024-04-18btrfs: scrub: run relocation repair when/only neededNaohiro Aota
2024-04-18btrfs: remove colon from messages with stateDavid Sterba
2024-04-17bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet
2024-04-17bcachefs: fix leak in bch2_gc_write_reflink_keyKent Overstreet
2024-04-17bcachefs: KEY_TYPE_error is allowed for reflinkKent Overstreet
2024-04-17bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet
2024-04-17dlm: fix sleep in atomic contextAlexander Aring
2024-04-17fsnotify: fix UAF from FS_ERROR event on a shutting down filesystemAmir Goldstein
2024-04-17fs/ntfs3: remove atomic_openJeff Layton
2024-04-17fs/ntfs3: use kcalloc() instead of kzalloc()Lenko Donchev
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner
2024-04-17shmem: Fix shmem_rename2()Chuck Lever
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever
2024-04-17libfs: Fix simple_offset_rename_exchange()Chuck Lever
2024-04-17jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev
2024-04-16bcachefs: make sure to release last journal pin in replayKent Overstreet
2024-04-16bcachefs: node scan: ignore multiple nodes with same seq if interiorKent Overstreet
2024-04-16bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor
2024-04-16bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-04-16nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park
2024-04-16Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher
2024-04-16dlm: use rwlock for lkbidrAlexander Aring
2024-04-16dlm: use rwlock for rsb hash tableAlexander Aring
2024-04-16dlm: drop dlm_scand kthread and use timersAlexander Aring
2024-04-16dlm: do not use ref counts for rsb in the toss stateAlexander Aring
2024-04-16dlm: switch to use rhashtable for rsbsAlexander Aring
2024-04-16dlm: add rsb lists for iterationAlexander Aring
2024-04-16dlm: merge toss and keep hash table lists into one listAlexander Aring
2024-04-16dlm: change to single hashtable lockAlexander Aring
2024-04-16dlm: increment ls_count for dlm_scandAlexander Aring
2024-04-16ntfs3: serve as alias for the legacy ntfs driverChristian Brauner
2024-04-15xfs: unlock new repair tempfiles after creationDarrick J. Wong
2024-04-15xfs: don't pick up IOLOCK during rmapbt repair scanDarrick J. Wong
2024-04-15xfs: Hold inode locks in xfs_renameAllison Henderson
2024-04-15xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson
2024-04-15xfs: Hold inode locks in xfs_iallocAllison Henderson
2024-04-15xfs: Increase XFS_QM_TRANS_MAXDQS to 5Allison Henderson
2024-04-15xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson