summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner2022-04-211-11/+13
* xfs: convert buffer flags to unsigned.Dave Chinner2022-04-213-25/+25
* Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-0118-246/+347
|\
| * xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-295-93/+25
| * xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner2022-03-291-8/+10
| * xfs: xfs_trans_commit() path must check for log shutdownDave Chinner2022-03-291-15/+33
| * xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-293-1/+17
| * xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-295-18/+33
| * xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner2022-03-291-9/+13
| * xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner2022-03-291-33/+17
| * xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-294-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
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-1/+1
|\ \
| * | x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-1/+1
* | | Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-03-2426-211/+343
|\ \ \ | | |/ | |/|
| * | 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 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-4/+3
|\ \ \
| * | | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
| * | | fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
| * | | iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-223-5/+2
|\ \ \ \
| * | | | mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-221-1/+1
| * | | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| * | | | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-221-3/+0
| | |_|/ | |/| |
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-213-19/+13
|\ \ \ \ | |/ / / |/| | |
| * | | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-022-10/+8
| * | | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-022-9/+5
| | |/ | |/|
* | | Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-261-2/+5
|\ \ \ | |_|/ |/| |