summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-0717-82/+115
* xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-074-19/+20
* xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-075-18/+10
* xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-075-22/+13
* xfs: pass perag to xfs_read_agfDave Chinner2022-07-072-16/+14
* xfs: pass perag to xfs_read_agiDave Chinner2022-07-074-43/+40
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-0720-83/+70
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-077-41/+19
* xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-077-36/+31
* xfs: kill xfs_ialloc_pagi_init()Dave Chinner2022-07-073-36/+16
* xfs: make last AG grow/shrink perag centricDave Chinner2022-07-074-41/+40
* xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong2022-07-011-2/+7
* xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong2022-06-291-0/+2
* xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-295-65/+12
* xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong2022-06-291-9/+17
* xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong2022-06-261-19/+26
* xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong2022-06-261-1/+19
* xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia2022-06-261-2/+2
* xfs: factor out the common lock flags assertKaixu Xia2022-06-261-37/+23
* xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-235-10/+28
* xfs: bound maximum wait time for inodegc workDave Chinner2022-06-233-16/+24
* xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong2022-06-151-1/+2
* xfs: fix variable state usageDarrick J. Wong2022-06-151-2/+1
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-156-22/+34
* Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-126-14/+29
|\
| * cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-102-1/+8
| * cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-061-0/+3
| * cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-063-13/+18
* | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-101-4/+5
|\ \
| * | NFSD: Fix potential use-after-free in nfsd_file_put()Chuck Lever2022-06-021-4/+5
* | | netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-104-17/+15
* | | netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-1012-13/+16
* | | afs: Fix some checker issuesDavid Howells2022-06-101-2/+1
* | | Merge tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-06-101-37/+74
|\ \ \
| * | | zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal2022-06-081-30/+64
| * | | zonefs: Do not ignore explicit_open with active zone limitDamien Le Moal2022-06-081-2/+5
| * | | zonefs: fix handling of explicit_open option on mountDamien Le Moal2022-06-081-6/+6
| | |/ | |/|
* | | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-0938-217/+193
* | | Merge tag 'fs_for_v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-094-11/+40
|\ \ \
| * | | quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)2022-06-061-0/+10
| * | | writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun2022-06-062-10/+29
| * | | fs: Fix syntax errors in commentsXiang wangx2022-06-061-1/+1
| |/ /
* / / netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2022-06-092-0/+6
|/ /
* | Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-052-6/+2
|\ \
| * | fix the breakage in close_fd_get_file() calling conventions changeAl Viro2022-06-052-6/+2
* | | Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-9/+2
|\ \ \
| * | | namei: cleanup double word in commentTom Rix2022-05-191-1/+1
| * | | get rid of dead code in legitimize_root()Al Viro2022-05-191-7/+0
| * | | fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()Al Viro2022-05-191-1/+1
* | | | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-044-5/+6
|\ \ \ \