summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | NFS: Simplify internal check for whether file is open for writeTrond Myklebust2018-09-301-9/+1Star
| * | NFS: Convert lookups of the lock context to RCUTrond Myklebust2018-09-301-13/+12Star
| * | pNFS: Don't allocate more pages than we need to fit a layoutget responseTrond Myklebust2018-09-304-0/+10
| * | pNFS: Don't zero out the array in nfs4_alloc_pages()Trond Myklebust2018-09-301-2/+2
| * | SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-1/+3
* | | Merge tag '4.20-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-10-2625-382/+1019
|\ \ \ | |_|/ |/| |
| * | cifs: update internal module version number for cifs.ko to 2.14Steve French2018-10-241-1/+1
| * | smb3: add debug for unexpected mid cancellationSteve French2018-10-241-2/+2
| * | cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg2018-10-241-7/+12
| * | smb3 - clean up debug output displaying network interfacesSteve French2018-10-241-2/+2
| * | smb3: show number of current open files in /proc/fs/cifs/StatsSteve French2018-10-245-1/+13
| * | cifs: add support for ioctl on directoriesRonnie Sahlberg2018-10-243-30/+102
| * | cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2018-10-241-30/+37
| * | smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-10-241-1/+9
| * | smb3: send backup intent on compounded query infoSteve French2018-10-241-2/+7
| * | cifs: track writepages in vfs operation countersSteve French2018-10-241-1/+10
| * | smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva2018-10-241-1/+1