summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner2022-03-301-8/+10
* xfs: xfs_trans_commit() path must check for log shutdownDave Chinner2022-03-301-15/+33
* xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-303-1/+17
* xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-305-18/+33
* xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner2022-03-301-9/+13
* xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner2022-03-301-33/+17
* xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-304-31/+136
* xfs: don't report reserved bnobt space as availableDarrick J. Wong2022-03-282-2/+3
* xfs: fix overfilling of reserve poolDarrick J. Wong2022-03-281-7/+6
* xfs: always succeed at setting the reserve pool sizeDarrick J. Wong2022-03-281-4/+5
* xfs: remove infinite loop when reserving free block poolDarrick J. Wong2022-03-281-30/+20
* xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong2022-03-283-2/+17
* xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2022-03-212-6/+23
* xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-205-15/+70
* xfs: AIL should be log centricDave Chinner2022-03-203-15/+16
* xfs: log items should have a xlog pointer, not a mountDave Chinner2022-03-2010-12/+14
* xfs: async CIL flushes need pending pushes to be made stableDave Chinner2022-03-201-3/+19
* xfs: xfs_ail_push_all_sync() stalls when racing with updatesDave Chinner2022-03-201-5/+16
* xfs: check buffer pin state after locking in delwri_submitDave Chinner2022-03-201-2/+3
* 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