summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-08-04nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULLAndrey Utkin1-1/+1
2014-08-04Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust68-363/+842
2014-08-04NFS: Enforce an upper limit on the number of cached access callTrond Myklebust1-7/+35
2014-07-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+15
2014-07-21Merge 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-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2014-07-16quota: 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-14Merge 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-13NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-2/+1
2014-07-13NFSv4: Drop castHimangi Saraogi1-1/+1
2014-07-13fs/nfs_common/nfsacl.c: move EXPORT symbol after functionsFabian Frederick1-3/+2
2014-07-13nfs4: copy acceptor name from context to nfs_clientJeff Layton3-1/+45
2014-07-13nfs4: turn free_lock_state into a void return operationJeff Layton2-8/+8
2014-07-13nfs4: queue free_lock_state job submission to nfsiodJeff Layton2-12/+25
2014-07-13nfs4: treat lock owners as opaque valuesJeff Layton2-48/+10
2014-07-13nfs41: layout return on close in delegation returnPeng Tao1-1/+16
2014-07-13nfs41: return layout on last closePeng Tao1-1/+43
2014-07-13nfs4: add nfs4_check_delegationPeng Tao2-9/+26
2014-07-13pnfs/filelayout: retry ds commit if nfs_commitdata_alloc failsPeng Tao1-13/+26
2014-07-13pnfs/filelayout: fix race between mark_request_commit and scan_commit_listsPeng Tao1-18/+25
2014-07-13NFSv4: Fix OPEN w/create access mode checkingTrond Myklebust1-5/+13
2014-07-13NFS: Remove 2 unused variablesTrond Myklebust2-4/+0
2014-07-13nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson1-20/+21
2014-07-13nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson3-25/+235
2014-07-13nfs: change find_request to find_head_requestWeston Andros Adamson1-9/+24
2014-07-13nfs: nfs_page should take a ref on the head reqWeston Andros Adamson1-0/+10
2014-07-13nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson2-3/+9
2014-07-13ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon1-1/+1
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o1-2/+2