summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong1-0/+2
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong5-65/+12
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong1-9/+17
2022-06-27xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong1-19/+26
2022-06-27xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong1-1/+19
2022-06-27xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia1-2/+2
2022-06-27xfs: factor out the common lock flags assertKaixu Xia1-37/+23
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner5-10/+28
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner3-16/+24
2022-06-16xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong1-1/+2
2022-06-16xfs: fix variable state usageDarrick J. Wong1-2/+1
2022-06-16xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong6-22/+34
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-14/+29
2022-06-11Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-4/+5
2022-06-11cifs: populate empty hostnames for extra channelsShyam Prasad N2-1/+8
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells4-17/+15
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds12-13/+16
2022-06-10afs: Fix some checker issuesDavid Howells1-2/+1
2022-06-10Merge tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-37/+74
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells38-217/+193
2022-06-09Merge tag 'fs_for_v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-11/+40
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2-0/+6
2022-06-08zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal1-30/+64
2022-06-08zonefs: Do not ignore explicit_open with active zone limitDamien Le Moal1-2/+5
2022-06-08zonefs: fix handling of explicit_open option on mountDamien Le Moal1-6/+6
2022-06-07cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-06quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)1-0/+10
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun2-10/+29
2022-06-06fs: Fix syntax errors in commentsXiang wangx1-1/+1
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-06Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+2
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro2-6/+2
2022-06-05Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+2
2022-06-05Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-5/+6
2022-06-05Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-87/+52
2022-06-05Merge tag '5.19-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds14-100/+143
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French1-1/+2
2022-06-04Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds5-30/+149
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+5
2022-06-04Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-10/+6
2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara1-36/+49
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-33/+45
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds14-356/+14
2022-06-03Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-121/+217
2022-06-02NFSD: Fix potential use-after-free in nfsd_file_put()Chuck Lever1-4/+5
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds9-90/+244
2022-06-02io_uring: reinstate the inflight trackingJens Axboe1-26/+56
2022-06-02cifs: update internal module numberSteve French1-2/+3
2022-06-02cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-06-02cifs: do not build smb1ops if legacy support is disabledSteve French1-1/+3