summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: rework stale inodes in xfs_ifree_clusterDave Chinner2020-07-071-99/+62
* xfs: clean up inode reclaim commentsDave Chinner2020-07-071-93/+35
* xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner2020-07-074-60/+35
* xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner2020-07-071-38/+25
* xfs: don't block inode reclaim on the ILOCKDave Chinner2020-07-071-3/+5
* xfs: allow multiple reclaimers per AGDave Chinner2020-07-073-24/+12
* xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner2020-07-071-86/+31
* xfs: make inode reclaim almost non-blockingDave Chinner2020-07-071-1/+1
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-075-24/+105
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-073-8/+3
* xfs: unwind log item error flaggingDave Chinner2020-07-074-71/+14
* xfs: handle buffer log item IO errors directlyDave Chinner2020-07-071-70/+144
* xfs: get rid of log item callbacksDave Chinner2020-07-075-29/+6
* xfs: clean up the buffer iodone callback functionsDave Chinner2020-07-073-114/+29
* xfs: use direct calls for dquot IO completionDave Chinner2020-07-063-5/+40
* xfs: make inode IO completion buffer centricDave Chinner2020-07-064-55/+56
* xfs: clean up whacky buffer log item list reinitDave Chinner2020-07-061-2/+0
* xfs: call xfs_buf_iodone directlyDave Chinner2020-07-065-63/+24
* xfs: mark log recovery buffers for completionDave Chinner2020-07-066-8/+18
* xfs: mark dquot buffers in cacheDave Chinner2020-07-066-0/+20
* xfs: mark inode buffers in cacheDave Chinner2020-07-066-30/+77
* xfs: add an inode item lockDave Chinner2020-07-065-40/+66
* xfs: remove logged flag from inode log itemDave Chinner2020-07-063-35/+14
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-063-4/+26
* xfs: remove useless definitions in xfs_linux.hYafang Shao2020-07-061-4/+0
* xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner2020-07-061-1/+14
* xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong2020-07-065-97/+99
* xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong2020-07-063-23/+34
* xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong2020-07-062-4/+4
* xfs: reflink can skip remap existing mappingsDarrick J. Wong2020-07-061-0/+16
* xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong2020-07-061-2/+4
* xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong2020-07-061-7/+14
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2020-07-063-162/+141
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2020-07-063-5/+5
* xfs: fix reflink quota reservation accounting errorDarrick J. Wong2020-07-061-7/+14
* xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong2020-07-061-2/+20
* xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2020-07-063-10/+28
* xfs: Couple of typo fixes in commentsKeyur Patel2020-07-061-3/+3
* Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-051-7/+22
|\
| * io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe2020-07-041-7/+22
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-07-031-3/+3
|\ \
| * | Call sysctl_head_finish on errorMatthew Wilcox (Oracle)2020-07-031-3/+3
* | | Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-07-034-8/+20
|\ \ \
| * | | cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg2020-07-011-1/+1
| * | | cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-011-2/+8
| * | | SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-011-4/+1
| * | | SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
| * | | SMB3: Honor lease disabling for multiuser mountsPaul Aurich2020-07-011-0/+1
| * | | SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-011-0/+2
| * | | SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-011-0/+1