aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Merge tag 'erofs-for-6.3-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-15/+12
2023-03-10Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-0/+2
2023-03-10Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-31/+81
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Gravatar Yue Hu 1-1/+1
2023-03-09erofs: get rid of a useless DBG_BUGONGravatar Gao Xiang 1-3/+0
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gravatar Gao Xiang 1-6/+6
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGravatar Gao Xiang 1-1/+1
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initGravatar Yangtao Li 3-4/+4
2023-03-08btrfs: fix block group item corruption after inserting new block groupGravatar Filipe Manana 1-1/+12
2023-03-07NFSD: Protect against filesystem freezingGravatar Chuck Lever 1-0/+2
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Gravatar Filipe Manana 1-1/+6
2023-03-06btrfs: fix percent calculation for bg reclaim messageGravatar Johannes Thumshirn 1-1/+2
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorGravatar Naohiro Aota 1-1/+1
2023-03-06btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodeGravatar void0red 1-1/+1
2023-03-06btrfs: ioctl: return device fsid from DEV_INFO ioctlGravatar Qu Wenruo 1-0/+1
2023-03-06btrfs: fix potential dead lock in size class loading logicGravatar Boris Burkov 1-26/+16
2023-03-06udf: Warn if block mapping is done for in-ICB filesGravatar Jan Kara 1-0/+3
2023-03-06udf: Fix reading of in-ICB filesGravatar Jan Kara 1-0/+9
2023-03-06udf: Fix lost writes in udf_adinicb_writepage()Gravatar Jan Kara 1-1/+1
2023-03-04Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 3-24/+16
2023-03-03Merge tag '6.3-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 10-157/+190
2023-03-02fs/cramfs/inode.c: initialize file_ra_stateGravatar Andrew Morton 1-1/+1
2023-03-02fs: hfsplus: fix UAF issue in hfsplus_put_superGravatar Dongliang Mu 1-2/+2
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+8
2023-03-01cifs: Fix memory leak in direct I/OGravatar David Howells 1-2/+2
2023-03-01cifs: prevent data race in cifs_reconnect_tcon()Gravatar Paulo Alcantara 4-101/+69
2023-03-01cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDGravatar Paulo Alcantara 4-25/+106
2023-03-01iov: Fix netfs_extract_user_to_sg()Gravatar David Howells 1-1/+1
2023-03-01cifs: Fix cifs_write_back_from_locked_folio()Gravatar David Howells 1-0/+1
2023-03-01cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooGravatar Shyam Prasad N 1-26/+2
2023-03-01cifs: match even the scope id for ipv6 addressesGravatar Shyam Prasad N 1-1/+2
2023-03-01cifs: Fix an uninitialised variableGravatar David Howells 1-1/+1
2023-03-01cifs: Add some missing xas_retry() callsGravatar David Howells 1-0/+6
2023-03-01btrfs: sysfs: add size class statsGravatar Boris Burkov 1-0/+42
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayGravatar Linus Torvalds 1-6/+1
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+8
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 13-62/+155
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-14/+14
2023-03-01Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+2
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-60/+101
2023-02-28Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 36-1243/+1536
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 10-146/+247
2023-02-28exfat: fix the newly allocated clusters are not freed in error handlingGravatar Yuezhang Mo 1-10/+8
2023-02-28exfat: don't print error log in normal caseGravatar Yuezhang Mo 1-2/+3
2023-02-28exfat: remove unneeded code from exfat_alloc_cluster()Gravatar Yuezhang Mo 1-8/+1
2023-02-27ocfs2: fix non-auto defrag path not working issueGravatar Heming Zhao via Ocfs2-devel 1-11/+13
2023-02-27ocfs2: fix defrag path triggering jbd2 ASSERTGravatar Heming Zhao via Ocfs2-devel 1-10/+0
2023-02-27vfs: avoid duplicating creds in faccessat if possibleGravatar Mateusz Guzik 1-1/+37
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 21-881/+948
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1