summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds17-273/+202
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds20-1464/+1794
2011-10-25sysfs: Remove support for tagged directories with untagged members (again)Eric W. Biederman1-4/+4
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-7/+65
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-73/+128
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds10-26/+16
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds13-197/+278
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-64/+80
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong4-2/+61
2011-10-24nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy1-1/+1
2011-10-24nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy1-0/+2
2011-10-24nfsd4: seq->status_flags may be used unitializedBenny Halevy1-2/+4
2011-10-24nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy3-1/+18
2011-10-20Check validity of cl_rpcclient in nfs_server_list_showMalahal Naineni1-0/+4
2011-10-19sysfs: Reject with a warning invalid uses of tagged directories.Eric W. Biederman2-3/+14
2011-10-19sysfs: Remove support for tagged directories with untagged members.Eric W. Biederman2-5/+3
2011-10-19sysfs: Implement support for tagged files in sysfs.Eric W. Biederman1-2/+51
2011-10-19NFS: Get rid of the nfs_rdata_mempoolTrond Myklebust1-13/+4
2011-10-19NFS: Don't rely on PageError in nfs_readpage_release_partialTrond Myklebust1-5/+2
2011-10-19NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust2-3/+0
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust6-33/+16
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields3-14/+24
2011-10-19nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields1-6/+0
2011-10-18NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust1-1/+9
2011-10-18NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust1-45/+17
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust5-14/+14
2011-10-18nfs/super.c: local functions should be staticH Hartley Sweeten1-6/+11
2011-10-18pnfsblock: fix writeback deadlockPeng Tao1-2/+6
2011-10-18pnfsblock: fix NULL pointer dereferencePeng Tao1-0/+3
2011-10-18pnfs: recoalesce when ld read pagelist failsPeng Tao3-15/+19
2011-10-18pnfs: recoalesce when ld write pagelist failsPeng Tao3-15/+32
2011-10-18pnfs: make _set_lo_fail genericPeng Tao4-30/+19
2011-10-18pnfsblock: add missing rpc_put_mount and path_putPeng Tao1-2/+6
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao4-49/+2
2011-10-18pnfsblock: fix size of upcall messageJim Rees1-1/+1
2011-10-18pnfsblock: fix return code confusionJim Rees2-13/+20
2011-10-18nfs: don't try to migrate pages with active requestsJeff Layton1-25/+11
2011-10-18nfs: fix bug about IPv6 address scope checkingMi Jinlong1-3/+4
2011-10-18nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton1-0/+4
2011-10-18Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust1-1/+2
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields4-6/+8
2011-10-17nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2-29/+21
2011-10-17nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2-41/+39
2011-10-17nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2-24/+37
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields4-2/+21
2011-10-17nfsd4: simplify process_open1 logicJ. Bruce Fields1-14/+8
2011-10-17nfsd4: make is_open_owner booleanJ. Bruce Fields1-1/+1
2011-10-17nfsd4: centralize renew_client() callsJ. Bruce Fields1-13/+10
2011-10-17nfsd4: typo logical vs bitwise negateDan Carpenter1-1/+1
2011-10-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-62/+69