summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-08-03NFS: prepare for RCU-walk support but pushing tests later in code.NeilBrown1-12/+33
2014-08-03NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used.NeilBrown1-9/+8
2014-08-03NFS: add checks for returned value of try_module_get()Alexey Khoroshilov1-3/+5
2014-08-03nfs: clear_request_commit while holding i_lockWeston Andros Adamson2-14/+6
2014-08-03pnfs: add pnfs_put_lseg_asyncWeston Andros Adamson2-0/+24
2014-08-03pnfs: find swapped pages on pnfs commit lists tooWeston Andros Adamson3-12/+88
2014-08-03nfs: fix comment and add warn_on for PG_INODE_REFWeston Andros Adamson1-0/+2
2014-08-03nfs: check wait_on_bit_lock err in page_group_lockWeston Andros Adamson2-8/+27
2014-08-03NFS: nfs4_do_open should add negative results to the dcache.NeilBrown1-1/+8
2014-08-03nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULLAndrey Utkin1-1/+1
2014-08-03Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust68-363/+842
2014-08-03NFS: Enforce an upper limit on the number of cached access callTrond Myklebust1-7/+35
2014-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+15
2014-07-20Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-62/+343
2014-07-19btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen1-4/+4
2014-07-19Btrfs: fix abnormal long waiting in fsyncLiu Bo1-0/+11
2014-07-18Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds5-13/+17
2014-07-18Merge tag 'xfs-for-linus-3.16-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-72/+106
2014-07-18GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixesFabian Frederick1-2/+2
2014-07-18GFS2: memcontrol: Spelling s/invlidate/invalidate/Geert Uytterhoeven1-2/+2
2014-07-18GFS2: Allow caching of glocks for flockBob Peterson1-1/+1
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson2-4/+2
2014-07-18GFS2: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-18GFS2: Use GFP_NOFS when allocating glocksSteven Whitehouse1-2/+2
2014-07-18GFS2: Fix race in glock lru glock disposalSteven Whitehouse1-3/+7
2014-07-18GFS2: Only wait for demote when last holder is dequeuedBob Peterson1-1/+3
2014-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei1-0/+2
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-53/+69
2014-07-15xfs: null unused quota inodes when quota is onDave Chinner1-4/+21
2014-07-15xfs: refine the allocation stack switchDave Chinner6-62/+90
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner2-20/+9
2014-07-14aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise1-0/+7
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov1-1/+3
2014-07-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-45/+44
2014-07-13Merge branch 'bugfixes' into linux-nextTrond Myklebust6-62/+343
2014-07-13NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust1-1/+1
2014-07-12NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-2/+1
2014-07-12NFSv4: Drop castHimangi Saraogi1-1/+1
2014-07-12fs/nfs_common/nfsacl.c: move EXPORT symbol after functionsFabian Frederick1-3/+2
2014-07-12nfs4: copy acceptor name from context to nfs_clientJeff Layton3-1/+45
2014-07-12nfs4: turn free_lock_state into a void return operationJeff Layton2-8/+8
2014-07-12nfs4: queue free_lock_state job submission to nfsiodJeff Layton2-12/+25
2014-07-12nfs4: treat lock owners as opaque valuesJeff Layton2-48/+10
2014-07-12nfs41: layout return on close in delegation returnPeng Tao1-1/+16
2014-07-12nfs41: return layout on last closePeng Tao1-1/+43
2014-07-12nfs4: add nfs4_check_delegationPeng Tao2-9/+26
2014-07-12pnfs/filelayout: retry ds commit if nfs_commitdata_alloc failsPeng Tao1-13/+26
2014-07-12pnfs/filelayout: fix race between mark_request_commit and scan_commit_listsPeng Tao1-18/+25