summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-122-21/+40
|\
| * xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner2023-03-051-7/+14
| * xfs: quotacheck failure can race with background inode inactivationDave Chinner2023-03-051-14/+26
* | Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-122-3/+2
|\ \
| * | filelocks: use mount idmapping for setlease permission checkSeth Forshee2023-03-091-1/+2
| * | fs/locks: Remove redundant assignment to cmdJiapeng Chong2023-03-091-1/+0
| * | splice: Remove redundant assignment to retJiapeng Chong2023-03-091-1/+0
| |/
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-1211-30/+87
|\ \
| * | ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng2023-03-111-0/+1
| * | ext4: make sure fs error flag setted before clear journal errorYe Bin2023-03-111-2/+4
| * | ext4: commit super block if fs record error when journal record without errorYe Bin2023-03-111-0/+9
| * | ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o2023-03-112-3/+29
| * | ext4: fix WARNING in ext4_update_inline_dataYe Bin2023-03-111-0/+3
| * | ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2023-03-112-2/+6
| * | ext4: Fix deadlock during directory renameJan Kara2023-03-071-9/+17
| * | ext4: Fix comment about the 64BIT featureTudor Ambarus2023-03-071-1/+1
| * | ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong2023-03-071-0/+2
| * | ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney2023-03-071-6/+7
| * | ext4: make kobj_type structures constantThomas Weißschuh2023-03-071-2/+2
| * | ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-071-5/+6
* | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-101-0/+1
|\ \ \
| * | | fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o2023-03-091-0/+1
| | |/ | |/|
* | | Merge tag 'erofs-for-6.3-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-106-15/+12
|\ \ \
| * | | erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu2023-03-091-1/+1
| * | | erofs: get rid of a useless DBG_BUGONGao Xiang2023-03-091-3/+0
| * | | erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang2023-03-091-6/+6
| * | | erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang2023-03-091-1/+1
| * | | erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li2023-03-093-4/+4
| |/ /
* | | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-101-0/+2
|\ \ \
| * | | NFSD: Protect against filesystem freezingChuck Lever2023-03-071-0/+2
* | | | Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-106-31/+81
|\ \ \ \
| * | | | btrfs: fix block group item corruption after inserting new block groupFilipe Manana2023-03-081-1/+12
| * | | | btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana2023-03-061-1/+6
| * | | | btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn2023-03-061-1/+2
| * | | | btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota2023-03-061-1/+1
| * | | | btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red2023-03-061-1/+1
| * | | | btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo2023-03-061-0/+1
| * | | | btrfs: fix potential dead lock in size class loading logicBoris Burkov2023-03-061-26/+16
| * | | | btrfs: sysfs: add size class statsBoris Burkov2023-03-011-0/+42
* | | | | udf: Warn if block mapping is done for in-ICB filesJan Kara2023-03-061-0/+3
* | | | | udf: Fix reading of in-ICB filesJan Kara2023-03-061-0/+9
* | | | | udf: Fix lost writes in udf_adinicb_writepage()Jan Kara2023-03-061-1/+1
| |_|/ / |/| | |
* | | | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-043-24/+16
|\ \ \ \
| * | | | fs/cramfs/inode.c: initialize file_ra_stateAndrew Morton2023-03-021-1/+1
| * | | | fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu2023-03-021-2/+2
| * | | | ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel2023-02-271-11/+13
| * | | | ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel2023-02-271-10/+0
* | | | | Merge tag '6.3-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-03-0310-157/+190
|\ \ \ \ \
| * | | | | cifs: Fix memory leak in direct I/ODavid Howells2023-03-011-2/+2
| * | | | | cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara2023-03-014-101/+69