summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-60/+101
2023-03-01Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds36-1243/+1536
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds10-146/+247
2023-02-28exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo1-10/+8
2023-02-28exfat: don't print error log in normal caseYuezhang Mo1-2/+3
2023-02-28exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo1-8/+1
2023-02-28vfs: avoid duplicating creds in faccessat if possibleMateusz Guzik1-1/+37
2023-02-28Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-881/+948
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-61/+181
2023-02-27xfs: restore old agirotor behaviorDarrick J. Wong1-1/+2
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon3-25/+81
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo4-9/+5
2023-02-27exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-02-27exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo1-1/+1
2023-02-27exfat: fix unexpected EOF while reading dirYuezhang Mo1-4/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2023-02-25ext4: fix incorrect options show of original mount_opt and extend mount_opt2Zhang Yi2-7/+22
2023-02-25ext4: Fix possible corruption when moving a directoryJan Kara1-1/+10
2023-02-25ext4: init error handle resource before init group descriptorsYe Bin1-12/+7
2023-02-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+6
2023-02-25Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+14
2023-02-25Merge branch 'work.sysv' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-88/+111
2023-02-25Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-92/+91
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-10/+7
2023-02-24cifs: Fix cifs_writepages_region()David Howells1-1/+2
2023-02-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds20-51/+78
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds50-706/+726
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+6
2023-02-24Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-1/+7
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds39-2306/+2721
2023-02-23Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-420/+612
2023-02-23Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds21-431/+308
2023-02-23Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-152/+99
2023-02-23Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds6-1243/+1656
2023-02-23Merge tag 'gfs2-v6.2-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-127/+204
2023-02-23Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-410/+375
2023-02-23Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-45/+88
2023-02-22gfs2: Convert gfs2_page_add_databufs to foliosAndreas Gruenbacher3-8/+8
2023-02-22gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+10
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-27/+3
2023-02-22sysctl: fix proc_dobool() usabilityOndrej Mosnacek2-1/+7
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+7
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-28/+0
2023-02-21update internal module version number for cifs.koSteve French1-1/+1
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N1-7/+11
2023-02-21cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-02-21cifs: use the least loaded channel for sending requestsShyam Prasad N1-4/+29
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+9