summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs: remove the objlayout driverChristoph Hellwig2017-04-207-1990/+0
* pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connectTrond Myklebust2017-04-201-1/+1
* NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust2017-04-201-1/+3
* NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington2017-04-204-12/+15
* NFS: move nfs_pgarray_set() to open codeBenjamin Coddington2017-04-201-20/+14
* NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington2017-04-201-4/+11
* NFS: Fix use after free in write error pathFred Isaman2017-04-201-1/+1
* NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()Benjamin Coddington2017-04-201-2/+4
* NFS: fix usage of mempools.NeilBrown2017-04-202-25/+26
* NFS: Clean up nfs4_proc_get_lease_time()Anna Schumaker2017-04-201-7/+3
* NFS: Clean up _nfs4_proc_exchange_id()Anna Schumaker2017-04-201-15/+3
* NFS: Clean up nfs4_proc_bind_one_conn_to_session()Anna Schumaker2017-04-201-10/+4
* NFS: Remove extra dprintk()s from nfs4namespace.cAnna Schumaker2017-04-201-6/+1
* NFS: Clean up nfs4_get_rootfh()Anna Schumaker2017-04-201-3/+0
* NFS: Remove extra dprintk()s from nfs4client.cAnna Schumaker2017-04-201-52/+10
* NFS: Clean up nfs4_init_server()Anna Schumaker2017-04-201-12/+4
* NFS: Clean up nfs4_set_client()Anna Schumaker2017-04-201-15/+4
* NFS: Clean up nfs4_check_server_scope()Anna Schumaker2017-04-201-12/+3
* NFS: Clean up nfs4_check_serverowner_major_id()Anna Schumaker2017-04-201-11/+2
* NFS: Create a common nfs4_match_client() functionAnna Schumaker2017-04-201-64/+55
* NFS: Clean up nfs4_check_serverowner_minor_id()Anna Schumaker2017-04-201-21/+1
* NFS: Clean up nfs4_match_clientids()Anna Schumaker2017-04-201-17/+2
* NFS: Clean up nfs42_layoutstat_done()Anna Schumaker2017-04-201-2/+0
* NFS: Remove extra dprintk()s from namespace.cAnna Schumaker2017-04-201-26/+8
* NFS: Clean up nfs_direct_commit_complete()Anna Schumaker2017-04-201-8/+1
* NFS: Remove nfs_direct_readpage_release()Anna Schumaker2017-04-201-11/+1
* NFS: Clean up extra dprintk()s in client.cAnna Schumaker2017-04-201-42/+3
* NFS: Clean up nfs_init_client()Anna Schumaker2017-04-201-13/+7
* NFS: Remove extra dprintk()s from callback_xdr.cAnna Schumaker2017-04-201-11/+0
* NFS: Clean up encode_cb_sequence_res()Anna Schumaker2017-04-201-5/+3
* NFS: Clean up decode_notify_lock_args()Anna Schumaker2017-04-201-5/+2
* NFS: Clean up decode_cb_sequence_args()Anna Schumaker2017-04-201-20/+5
* NFS: Clean up decode_layoutrecall_args()Anna Schumaker2017-04-201-27/+11
* NFS: Clean up decode_recall_args()Anna Schumaker2017-04-201-9/+4
* NFS: Clean up decode_getattr_args()Anna Schumaker2017-04-201-5/+2
* NFS: Remove extra dprintk()s from callback_proc.cAnna Schumaker2017-04-201-22/+0
* NFS: Clean up nfs4_callback_layoutrecall()Anna Schumaker2017-04-201-7/+1
* NFS: Clean up do_callback_layoutrecall()Anna Schumaker2017-04-201-9/+2
* nfs: flexfilelayout: remove v3-only data server limitationTigran Mkrtchyan2017-04-201-1/+7
* NFS: switch back to to ->iterate()Benjamin Coddington2017-04-201-25/+12
* orangefs: free superblock when mount failsMartin Brandenburg2017-04-153-9/+24
* vfs: don't do RCU lookup of empty pathnamesLinus Torvalds2017-04-151-0/+3
* Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-143-13/+14
|\
| * Btrfs: fix potential use-after-free for cloned bioLiu Bo2017-04-111-1/+1
| * Btrfs: fix segmentation fault when doing dio readLiu Bo2017-04-111-2/+6
| * Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo2017-04-111-10/+4
| * btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski2017-04-111-0/+3
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-04-147-22/+29
|\ \
| * | CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky2017-04-131-1/+3
| * | CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi2017-04-101-3/+3