summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-2818-612/+447
|\
| * page cache: Finish XArray conversionMatthew Wilcox2018-10-211-1/+1
| * dax: Convert page fault handlers to XArrayMatthew Wilcox2018-10-211-301/+128
| * dax: Convert dax_lock_mapping_entry to XArrayMatthew Wilcox2018-10-211-48/+35
| * dax: Convert dax writeback to XArrayMatthew Wilcox2018-10-211-68/+62
| * dax: Convert __dax_invalidate_entry to XArrayMatthew Wilcox2018-10-211-8/+9
| * dax: Convert dax_layout_busy_page to XArrayMatthew Wilcox2018-10-211-43/+21
| * dax: Convert dax_insert_pfn_mkwrite to XArrayMatthew Wilcox2018-10-211-32/+117
| * dax: Hash on XArray instead of mappingMatthew Wilcox2018-10-211-14/+15
| * dax: Rename some functionsMatthew Wilcox2018-10-211-44/+42
| * f2fs: Convert to XArrayMatthew Wilcox2018-10-215-9/+7
| * nilfs2: Convert to XArrayMatthew Wilcox2018-10-212-33/+22
| * fs: Convert writeback to XArrayMatthew Wilcox2018-10-211-16/+9
| * fs: Convert buffer to XArrayMatthew Wilcox2018-10-211-7/+7
| * btrfs: Convert page cache to XArrayMatthew Wilcox2018-10-212-8/+4
| * pagevec: Use xa_mark_tMatthew Wilcox2018-10-214-5/+5
| * page cache: Convert hole search to XArrayMatthew Wilcox2018-10-211-1/+1
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-293-59/+57
| * Update email addressMatthew Wilcox2018-09-291-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-2614-57/+38
|\ \
| * | mm: zero-seek shrinkersJohannes Weiner2018-10-262-0/+6
| * | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-3/+0
| * | mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-261-8/+8
| * | dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka2018-10-261-29/+9
| * | cramfs: convert to use vmf_insert_mixedNicolas Pitre2018-10-261-1/+4
| * | fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-261-1/+1
| * | ocfs2: remove set but not used variable 'rb'YueHaibing2018-10-261-2/+0
| * | fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-261-1/+1
| * | ocfs2: remove unneeded null checkDing Xiang2018-10-261-2/+1
| * | ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-261-4/+0
| * | ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-261-1/+1
| * | userfaultfd: disable irqs when taking the waitqueue lockChristoph Hellwig2018-10-261-4/+4
| * | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-261-1/+3
* | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-2617-361/+444
|\ \ \
| * | | NFS: change sign of nfs_fh lengthFrank Sorenson2018-10-231-1/+1
| * | | nfs: remove redundant call to nfs_context_set_write_error()Benjamin Coddington2018-10-181-4/+0
| * | | nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington2018-10-181-19/+21
| * | | NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia2018-10-051-3/+3
| * | | NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2018-09-301-40/+39
| * | | NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2018-09-301-96/+126
| * | | NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust2018-09-301-3/+12
| * | | NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust2018-09-302-13/+10
| * | | NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2018-09-302-1/+10
| * | | NFSv4: Split out NFS v4.2 copy completion functionsAnna Schumaker2018-09-301-15/+26
| * | | NFS: Reduce indentation of nfs4_recovery_handle_error()Anna Schumaker2018-09-301-32/+32
| * | | NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Anna Schumaker2018-09-301-37/+33
| * | | NFS: Split out the body of nfs4_reclaim_open_state()Anna Schumaker2018-09-301-36/+47
| * | | nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesTigran Mkrtchyan2018-09-301-1/+1
| * | | NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-09-301-7/+9
| * | | NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust2018-09-303-9/+9