summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-155-22/+11
* NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-154-22/+22
* NFS: Refactor nfs_page_find_head_request()Trond Myklebust2017-08-151-12/+30
* NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request()Trond Myklebust2017-08-151-15/+20
* NFS: Fix up nfs_page_group_covers_page()Trond Myklebust2017-08-151-12/+6
* NFS: Remove unused parameter from nfs_page_group_lock()Trond Myklebust2017-08-152-23/+14
* NFS: Remove unuse function nfs_page_group_lock_wait()Trond Myklebust2017-08-151-21/+0
* NFS: Remove nfs_page_group_clear_bits()Trond Myklebust2017-08-151-26/+3
* NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race casesTrond Myklebust2017-08-151-29/+29
* NFS: Further optimise nfs_lock_and_join_requests()Trond Myklebust2017-08-151-27/+18
* NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-18/+22
* NFS: Remove page group limit in nfs_flush_incompatible()Trond Myklebust2017-08-151-2/+0
* NFS: Teach nfs_try_to_update_request() to deal with request page_groupsTrond Myklebust2017-08-151-40/+20
* NFS: Fix the inode request accounting when pages have subrequestsTrond Myklebust2017-08-151-12/+15
* NFS: Don't unlock writebacks before declaring PG_WB_ENDTrond Myklebust2017-08-151-4/+4
* NFS: Don't check request offset and size without holding a lockTrond Myklebust2017-08-151-12/+12
* NFS: Fix an ABBA issue in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-12/+17
* NFS: Fix a reference and lock leak in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-2/+1
* NFS: Ensure we always dereference the page head lastTrond Myklebust2017-08-151-5/+6
* NFS: Reduce lock contention in nfs_try_to_update_request()Trond Myklebust2017-08-151-5/+3
* NFS: Reduce lock contention in nfs_page_find_head_request()Trond Myklebust2017-08-151-3/+5
* NFS: Simplify page writebackTrond Myklebust2017-08-151-20/+10
* Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-113-2/+3
|\
| * pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig2017-08-111-0/+1
| * NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()Trond Myklebust2017-08-091-2/+1
| * nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-081-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-08-112-4/+6
|\ \
| * | fuse: set mapping error in writepage_locked when it failsJeff Layton2017-08-111-0/+1
| * | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2017-08-032-3/+4
| * | fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-06-091-1/+1
* | | userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropageMike Rapoport2017-08-101-2/+2
* | | mm: fix KSM data corruptionMinchan Kim2017-08-101-2/+5
* | | mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-4/+4
* | | Merge tag 'xfs-4.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-08-072-5/+8
|\ \ \
| * | | xfs: Fix per-inode DAX flag inheritanceLukas Czerner2017-08-041-5/+7
| * | | xfs: Fix leak of discard bioJan Kara2017-08-041-0/+1
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-0612-169/+282
|\ \ \ \
| * | | | ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-061-1/+1
| * | | | ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-061-1/+2
| * | | | ext4, project: expand inode extra size if possibleMiao Xie2017-08-063-24/+85
| * | | | ext4: cleanup ext4_expand_extra_isize_ea()Miao Xie2017-08-061-9/+5
| * | | | ext4: restructure ext4_expand_extra_isizeMiao Xie2017-08-062-40/+36
| * | | | ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie2017-08-062-12/+16
| * | | | ext4: make xattr inode reads fasterTahsin Erdogan2017-08-064-48/+92
| * | | | ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan2017-08-051-3/+1
| * | | | ext4: remove unused mode parameterTahsin Erdogan2017-08-051-5/+4
| * | | | ext4: fix warning about stack corruptionArnd Bergmann2017-08-051-5/+6
| * | | | ext4: fix dir_nlink behaviourAndreas Dilger2017-08-052-10/+14
| * | | | ext4: silence array overflow warningDan Carpenter2017-08-051-1/+1
| * | | | ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-051-0/+3