summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner
2020-07-07xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner
2020-07-07xfs: don't block inode reclaim on the ILOCKDave Chinner
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner
2020-07-07xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner
2020-07-07xfs: make inode reclaim almost non-blockingDave Chinner
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner
2020-07-07xfs: unwind log item error flaggingDave Chinner
2020-07-07xfs: handle buffer log item IO errors directlyDave Chinner
2020-07-07xfs: get rid of log item callbacksDave Chinner
2020-07-07xfs: clean up the buffer iodone callback functionsDave Chinner
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner
2020-07-06xfs: make inode IO completion buffer centricDave Chinner
2020-07-06xfs: clean up whacky buffer log item list reinitDave Chinner
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner
2020-07-06xfs: mark log recovery buffers for completionDave Chinner
2020-07-06xfs: mark dquot buffers in cacheDave Chinner
2020-07-06xfs: mark inode buffers in cacheDave Chinner
2020-07-06xfs: add an inode item lockDave Chinner
2020-07-06xfs: remove logged flag from inode log itemDave Chinner
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner
2020-07-06xfs: remove useless definitions in xfs_linux.hYafang Shao
2020-07-06xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong
2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong
2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel
2020-07-05Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe
2020-07-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-03Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-07-03Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-07-03Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson
2020-07-02Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds