summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | dax: Convert page fault handlers to XArrayMatthew Wilcox2018-10-211-301/+128Star
| * | | | | dax: Convert dax_lock_mapping_entry to XArrayMatthew Wilcox2018-10-211-48/+35Star
| * | | | | dax: Convert dax writeback to XArrayMatthew Wilcox2018-10-211-68/+62Star
| * | | | | dax: Convert __dax_invalidate_entry to XArrayMatthew Wilcox2018-10-211-8/+9
| * | | | | dax: Convert dax_layout_busy_page to XArrayMatthew Wilcox2018-10-211-43/+21Star
| * | | | | 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/+42Star
| * | | | | f2fs: Convert to XArrayMatthew Wilcox2018-10-215-9/+7Star
| * | | | | nilfs2: Convert to XArrayMatthew Wilcox2018-10-212-33/+22Star
| * | | | | fs: Convert writeback to XArrayMatthew Wilcox2018-10-211-16/+9Star
| * | | | | fs: Convert buffer to XArrayMatthew Wilcox2018-10-211-7/+7
| * | | | | btrfs: Convert page cache to XArrayMatthew Wilcox2018-10-212-8/+4Star
| * | | | | 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-303-59/+57Star
| * | | | | Update email addressMatthew Wilcox2018-09-301-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-2714-57/+38Star
|\ \ \ \ \ \
| * | | | | | mm: zero-seek shrinkersJohannes Weiner2018-10-272-0/+6
| * | | | | | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-271-3/+0Star
| * | | | | | mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-271-8/+8
| * | | | | | dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka2018-10-271-29/+9Star
| * | | | | | cramfs: convert to use vmf_insert_mixedNicolas Pitre2018-10-271-1/+4
| * | | | | | fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-271-1/+1
| * | | | | | ocfs2: remove set but not used variable 'rb'YueHaibing2018-10-271-2/+0Star
| * | | | | | fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-271-1/+1
| * | | | | | ocfs2: remove unneeded null checkDing Xiang2018-10-271-2/+1Star
| * | | | | | ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-271-4/+0Star
| * | | | | | ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-271-1/+1
| * | | | | | userfaultfd: disable irqs when taking the waitqueue lockChristoph Hellwig2018-10-271-4/+4
| * | | | | | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-271-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/+0Star
| * | | | | | | 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/+39Star
| * | | | | | | 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/+10Star
| * | | | | | | 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/+33Star
| * | | | | | | 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
| * | | | | | | NFSv4: Convert open state lookup to use RCUTrond Myklebust2018-09-302-6/+7
| * | | | | | | NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-305-38/+55