summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: log worker needs to start before intent/unlink recoveryDave Chinner2022-03-201-2/+1
* xfs: constify xfs_name_dotdotDarrick J. Wong2022-03-142-2/+6
* xfs: constify the name argument to various directory functionsDarrick J. Wong2022-03-146-26/+27
* xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong2022-03-141-1/+32
* xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong2022-03-143-29/+106
* xfs: refactor user/group quota chown in xfs_setattr_nonsizeDarrick J. Wong2022-03-141-40/+20
* xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong2022-03-142-54/+5
* xfs: don't generate selinux audit messages for capability testingDarrick J. Wong2022-03-093-4/+4
* xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang2022-03-091-1/+4
* Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-261-2/+3
|\
| * tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-02-261-2/+3
* | Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-261-2/+5
|\ \
| * | xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong2022-02-101-2/+5
* | | Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con...Linus Torvalds2022-02-251-0/+14
|\ \ \
| * | | configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong2022-02-221-0/+14
* | | | Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-257-84/+296
|\ \ \ \
| * | | | btrfs: reduce extent threshold for autodefragQu Wenruo2022-02-243-4/+17
| * | | | btrfs: autodefrag: only scan one inode onceQu Wenruo2022-02-231-62/+22
| * | | | btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo2022-02-233-0/+24
| * | | | btrfs: defrag: bring back the old file extent search behaviorQu Wenruo2022-02-231-4/+157
| * | | | btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo2022-02-231-4/+0
| * | | | btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo2022-02-231-0/+20
| * | | | btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo2022-02-231-6/+11
| * | | | btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo2022-02-151-9/+39
| * | | | btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns2022-02-151-0/+11
* | | | | Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds2022-02-241-7/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken2022-02-221-1/+9
| * | | | io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe2022-02-211-6/+7
| * | | | io_uring: add a schedule point in io_add_buffers()Eric Dumazet2022-02-151-0/+1
* | | | | Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-201-0/+30
|\ \ \ \ \
| * | | | | fs: add kernel doc for mnt_{hold,unhold}_writers()Christian Brauner2022-02-141-0/+30
* | | | | | Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-02-193-10/+6
|\ \ \ \ \ \
| * | | | | | NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-161-6/+3
| * | | | | | NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-141-2/+2
| * | | | | | NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust2022-02-141-2/+1
* | | | | | | Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-02-185-10/+17
|\ \ \ \ \ \ \
| * | | | | | | cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French2022-02-171-5/+6
| * | | | | | | cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg2022-02-141-1/+4
| * | | | | | | cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-02-131-0/+1
| * | | | | | | cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg2022-02-131-2/+2
| * | | | | | | cifs: fix set of group SID via NTSD xattrsAmir Goldstein2022-02-131-0/+2
| * | | | | | | smb3: fix snapshot mount optionSteve French2022-02-131-2/+2
| |/ / / / / /
* | | | | | | fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain2022-02-171-2/+6
* | | | | | | Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-153-2/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | btrfs: send: in case of IO error log itDāvis Mosāns2022-02-091-0/+4
| * | | | | btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana2022-02-091-2/+10
| * | | | | btrfs: defrag: don't try to defrag extents which are under writebackQu Wenruo2022-02-091-0/+4
| * | | | | btrfs: don't hold CPU for too long when defragging a fileQu Wenruo2022-02-091-0/+1
* | | | | | Merge tag '5.17-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-02-135-17/+31
|\ \ \ \ \ \
| * | | | | | cifs: mark sessions for reconnection in helper functionShyam Prasad N2022-02-091-5/+14