aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-14ksmbd: remove filename in ksmbd_fileNamjae Jeon8-62/+42
2022-04-14ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-14Merge tag '5.18-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-20/+35
2022-04-14VFS: filename_create(): fix incorrect intent.NeilBrown1-12/+10
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds8-23/+49
2022-04-14Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds8-20/+36
2022-04-13fscrypt: log when starting to use inline encryptionEric Biggers3-3/+36
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers3-8/+15
2022-04-13cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-13io_uring: fix poll error reportingPavel Begunkov1-3/+2
2022-04-13io_uring: fix poll file assign deadlockPavel Begunkov1-1/+2
2022-04-13io_uring: use right issue_flags for splice/teePavel Begunkov1-2/+2
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2-1/+6
2022-04-13xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R4-7/+32
2022-04-13xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsChandan Babu R3-3/+7
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R11-2/+75
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R9-91/+28
2022-04-12ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-12ext4: fix use-after-free in ext4_search_dirYe Bin2-2/+6
2022-04-12ext4: fix bug_on in start_this_handle during umount filesystemYe Bin1-7/+12
2022-04-12ext4: fix symlink file size not match to file contentYe Bin1-1/+3
2022-04-12ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong3-9/+32
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-22/+27
2022-04-12stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-9/+10
2022-04-12io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken1-0/+2
2022-04-12io_uring: verify resv is 0 in ringfd register/unregisterDylan Yudaken1-1/+6
2022-04-12io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken1-2/+3
2022-04-12io_uring: move io_uring_rsrc_update2 validationDylan Yudaken1-2/+2
2022-04-12io_uring: fix assign file locking issuePavel Begunkov1-4/+6
2022-04-11io_uring: stop using io_wq_work as an fd placeholderJens Axboe2-5/+8
2022-04-11io_uring: move apoll->events cacheJens Axboe1-9/+12
2022-04-11io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe1-11/+10
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong8-47/+99
2022-04-12xfs: recalculate free rt extents after log recoveryDarrick J. Wong3-9/+71
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong4-14/+17
2022-04-12xfs: Use generic_file_open()Matthew Wilcox (Oracle)1-3/+1
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R6-30/+204
2022-04-11xfs: Replace numbered inode recovery error messages with descriptive onesChandan Babu R1-30/+22
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R6-15/+55
2022-04-11xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R1-3/+3
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R4-1/+24
2022-04-11xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R2-0/+3
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R3-0/+6
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R6-10/+10
2022-04-11xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R1-2/+2
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R5-21/+58
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R5-5/+5
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R4-11/+16
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R8-59/+64