summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-30nfs: use vfs setgid helperChristian Brauner3-5/+2
2023-03-27Update relatime comments to include equalityStephen Kitt1-4/+4
2023-03-27fs/buffer: Remove redundant assignment to errJiapeng Chong1-6/+3
2023-03-16fs_context: drop the unused lsm_flags memberOndrej Mosnacek1-3/+0
2023-03-15fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko1-6/+3
2023-03-13devpts: simplify two-level sysctl registration for pty_kern_tableLuis Chamberlain1-19/+1
2023-03-13eventpoll: align comment with nested epoll limitationChangcheng Liu1-2/+2
2023-03-12Merge tag 'xfs-6.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-21/+40
2023-03-12Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+2
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-30/+87
2023-03-11ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng1-0/+1
2023-03-11ext4: make sure fs error flag setted before clear journal errorYe Bin1-2/+4
2023-03-11ext4: commit super block if fs record error when journal record without errorYe Bin1-0/+9
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o2-3/+29
2023-03-11ext4: fix WARNING in ext4_update_inline_dataYe Bin1-0/+3
2023-03-11ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2-2/+6
2023-03-10Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2023-03-10Merge tag 'erofs-for-6.3-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-15/+12
2023-03-10Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-0/+2
2023-03-10Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-31/+81
2023-03-09fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o1-0/+1
2023-03-09filelocks: use mount idmapping for setlease permission checkSeth Forshee1-1/+2
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu1-1/+1
2023-03-09erofs: get rid of a useless DBG_BUGONGao Xiang1-3/+0
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang1-6/+6
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang1-1/+1
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li3-4/+4
2023-03-09fs/locks: Remove redundant assignment to cmdJiapeng Chong1-1/+0
2023-03-09splice: Remove redundant assignment to retJiapeng Chong1-1/+0
2023-03-07ext4: Fix deadlock during directory renameJan Kara1-9/+17
2023-03-07ext4: Fix comment about the 64BIT featureTudor Ambarus1-1/+1
2023-03-07ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong1-0/+2
2023-03-07ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney1-6/+7
2023-03-07ext4: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-03-07ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers1-5/+6
2023-03-08btrfs: fix block group item corruption after inserting new block groupFilipe Manana1-1/+12
2023-03-07NFSD: Protect against filesystem freezingChuck Lever1-0/+2
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana1-1/+6
2023-03-06btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn1-1/+2
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota1-1/+1
2023-03-06btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red1-1/+1
2023-03-06btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo1-0/+1
2023-03-06btrfs: fix potential dead lock in size class loading logicBoris Burkov1-26/+16
2023-03-06udf: Warn if block mapping is done for in-ICB filesJan Kara1-0/+3
2023-03-06udf: Fix reading of in-ICB filesJan Kara1-0/+9
2023-03-06udf: Fix lost writes in udf_adinicb_writepage()Jan Kara1-1/+1
2023-03-05xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner1-7/+14
2023-03-05xfs: quotacheck failure can race with background inode inactivationDave Chinner1-14/+26
2023-03-04Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds3-24/+16
2023-03-03Merge tag '6.3-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds10-157/+190