aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-14/+29
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-4/+5
2022-06-10cifs: populate empty hostnames for extra channelsGravatar Shyam Prasad N 2-1/+8
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerGravatar David Howells 4-17/+15
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 12-13/+16
2022-06-10afs: Fix some checker issuesGravatar David Howells 1-2/+1
2022-06-10Merge tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-37/+74
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 38-217/+193
2022-06-09Merge tag 'fs_for_v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-11/+40
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowGravatar Linus Torvalds 2-0/+6
2022-06-08zonefs: fix zonefs_iomap_begin() for readsGravatar Damien Le Moal 1-30/+64
2022-06-08zonefs: Do not ignore explicit_open with active zone limitGravatar Damien Le Moal 1-2/+5
2022-06-08zonefs: fix handling of explicit_open option on mountGravatar Damien Le Moal 1-6/+6
2022-06-06cifs: return errors during session setup during reconnectsGravatar Shyam Prasad N 1-0/+3
2022-06-06quota: Prevent memory allocation recursion while holding dq_lockGravatar Matthew Wilcox (Oracle) 1-0/+10
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorGravatar Jchao Sun 2-10/+29
2022-06-06fs: Fix syntax errors in commentsGravatar Xiang wangx 1-1/+1
2022-06-06cifs: fix reconnect on smb3 mount typesGravatar Paulo Alcantara 3-13/+18
2022-06-05Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-6/+2
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeGravatar Al Viro 2-6/+2
2022-06-04Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-9/+2
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-5/+6
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-87/+52
2022-06-04Merge tag '5.19-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Gravatar Linus Torvalds 14-100/+143
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareGravatar Steve French 1-1/+2
2022-06-03Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Gravatar Linus Torvalds 5-30/+149
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+5
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-10/+6
2022-06-03cifs: skip trailing separators of prefix pathsGravatar Paulo Alcantara 1-36/+49
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-33/+45
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Gravatar Linus Torvalds 14-356/+14
2022-06-03Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-121/+217
2022-06-02NFSD: Fix potential use-after-free in nfsd_file_put()Gravatar Chuck Lever 1-4/+5
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 9-90/+244
2022-06-01io_uring: reinstate the inflight trackingGravatar Jens Axboe 1-26/+56
2022-06-01cifs: update internal module numberGravatar Steve French 1-2/+3
2022-06-01cifs: version operations for smb20 unneeded when legacy support disabledGravatar Steve French 2-2/+9
2022-06-01cifs: do not build smb1ops if legacy support is disabledGravatar Steve French 1-1/+3
2022-06-01Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Gravatar Linus Torvalds 34-513/+719
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-129/+94
2022-06-01Merge tag '5.19-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 11-244/+325
2022-06-01afs: Fix infinite loop found by xfstest generic/676Gravatar David Howells 1-1/+4
2022-06-01io_uring: fix deadlock on iowq file slot allocGravatar Pavel Begunkov 1-21/+15
2022-06-01fs/ntfs3: provide block_invalidate_folio to fix memory leakGravatar Mikulas Patocka 1-0/+1
2022-06-01cifs: fix potential deadlock in direct reclaimGravatar Vincent Whitchurch 10-53/+71
2022-05-31Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 12-149/+302
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 17-791/+817
2022-05-31cifs: when extending a file with falloc we should make files not-sparseGravatar Ronnie Sahlberg 1-1/+1
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-1/+50
2022-05-31NFSv4.1 mark qualified async operations as MOVEABLE tasksGravatar Olga Kornievskaia 4-12/+29