summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-191-3/+1
|\
| * ext4: fix possible double unlock when moving a directoryTheodore Ts'o2023-03-171-3/+1
* | Merge tag '6.3-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-03-1614-195/+118
|\ \
| * | cifs: use DFS root session instead of tcon sesPaulo Alcantara2023-03-141-0/+1
| * | cifs: return DFS root session id in DebugDataPaulo Alcantara2023-03-141-0/+5
| * | cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-148-164/+67
| * | cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara2023-03-146-13/+13
| * | cifs: generate signkey for the channel that's reconnectingShyam Prasad N2023-03-141-1/+1
| * | cifs: Fix smb2_set_path_size()Volker Lendecke2023-03-141-7/+24
| * | cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu2023-03-051-12/+9
* | | Merge tag 'mm-hotfixes-stable-2023-03-14-16-51' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-141-2/+17
|\ \ \ | |_|/ |/| |
| * | ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel2023-03-071-2/+17
| |/
* | 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