summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-03-11NFS move nfs_client initialization into nfs_get_clientAndy Adamson5-26/+42
2011-03-11NFSv4.1: put_layout_hdr can remove nfsi->layoutAndy Adamson1-1/+1
2011-03-11NFS: change nfs_writeback_done to return voidFred Isaman1-4/+4
2011-03-11NFS: remove pointless if statement in nfs_direct_write_resultFred Isaman1-2/+1
2011-03-11pnfs: fix pnfs lock inversion of i_lock and cl_lockFred Isaman2-18/+26
2011-03-11pnfs: do not need to clear NFS_LAYOUT_BULK_RECALL flagFred Isaman1-2/+0
2011-03-11pnfs: avoid incorrect use of layout stateidFred Isaman1-3/+10
2011-03-11NFS: NFSROOT should default to "proto=udp"Chuck Lever1-15/+14
2011-03-11nfs4: remove duplicated #includeHuang Weiyi1-1/+0
2011-03-11NFSv4: nfs4_state_mark_reclaim_nograce() should be staticTrond Myklebust2-4/+2
2011-03-11NFSv4: Fix the setlk error handlerTrond Myklebust1-9/+4
2011-03-11NFSv4.1: Fix the handling of the SEQUENCE status bitsTrond Myklebust1-3/+8
2011-03-11NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust3-29/+49
2011-03-10NFSv4.1 reclaim complete must wait for completionAndy Adamson1-0/+3
2011-03-10NFSv4: remove duplicate clientid in struct nfs_clientAndy Adamson1-2/+2
2011-03-10NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAYRicardo Labiaga1-1/+11
2011-03-10(try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 3...Frank Filz1-1/+6
2011-03-10nfs: fix compilation warningJovi Zhang1-1/+1
2011-03-10nfs: add kmalloc return value check in decode_and_add_dsStanislav Fomichev1-0/+4
2011-03-10nfs: close NFSv4 COMMIT vs. CLOSE raceJeff Layton1-0/+2
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2-3/+3
2011-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-27/+4
2011-03-04nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman1-2/+42
2011-03-04ceph: no .snap inside of snapped namespaceSage Weil1-0/+1
2011-03-03Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Linus Torvalds8-76/+28
2011-03-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-3/+8
2011-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+2
2011-03-03ceph: do not clear I_COMPLETE from d_releaseSage Weil1-21/+1
2011-03-03ceph: do not set I_COMPLETESage Weil2-2/+2
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2-5/+1
2011-03-03hfs: fix rename() over non-empty directoryAl Viro1-37/+13
2011-03-03udf: fix i_nlink limitAl Viro1-6/+5
2011-03-03fix reiserfs mkdir() breakageAl Viro1-1/+1
2011-03-03exofs: i_nlink races in rename()Al Viro1-6/+2
2011-03-03nilfs2: i_nlink races in rename()Al Viro1-7/+1
2011-03-03minix: i_nlink races in rename()Al Viro1-6/+2
2011-03-03ufs: i_nlink races in rename()Al Viro1-7/+2
2011-03-03sysv: i_nlink races in rename()Al Viro1-6/+2
2011-03-02Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2011-03-02of/flattree: Drop an uninteresting message to pr_debug levelPaul Bolle1-1/+1
2011-03-02ext2: Fix link count corruption under heavy link+rename loadJosh Hunt1-7/+2
2011-03-01xfs: zero proper structure size for geometry callsAlex Elder1-3/+8
2011-03-02nilfs2: fix regression that i-flag is not set on changeless checkpointsRyusuke Konishi1-1/+2
2011-02-28fs/block_dev.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-10/+55
2011-02-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+28
2011-02-25aio: fix race between io_destroy() and io_submit()Jan Kara1-0/+17
2011-02-25aio: fix rcu ioctx lookupNick Piggin1-11/+24
2011-02-25ldm: corrupted partition table can cause kernel oopsTimo Warns1-0/+5
2011-02-25epoll: prevent creating circular epoll structuresDavide Libenzi1-0/+95