summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: change nfs_writeback_done to return voidFred Isaman2011-03-111-4/+4
* NFS: remove pointless if statement in nfs_direct_write_resultFred Isaman2011-03-111-2/+1
* pnfs: fix pnfs lock inversion of i_lock and cl_lockFred Isaman2011-03-112-18/+26
* pnfs: do not need to clear NFS_LAYOUT_BULK_RECALL flagFred Isaman2011-03-111-2/+0
* pnfs: avoid incorrect use of layout stateidFred Isaman2011-03-111-3/+10
* NFS: NFSROOT should default to "proto=udp"Chuck Lever2011-03-111-15/+14
* nfs4: remove duplicated #includeHuang Weiyi2011-03-111-1/+0
* NFSv4: nfs4_state_mark_reclaim_nograce() should be staticTrond Myklebust2011-03-112-4/+2
* NFSv4: Fix the setlk error handlerTrond Myklebust2011-03-111-9/+4
* NFSv4.1: Fix the handling of the SEQUENCE status bitsTrond Myklebust2011-03-111-3/+8
* NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust2011-03-113-29/+49
* NFSv4.1 reclaim complete must wait for completionAndy Adamson2011-03-101-0/+3
* NFSv4: remove duplicate clientid in struct nfs_clientAndy Adamson2011-03-101-2/+2
* NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAYRicardo Labiaga2011-03-101-1/+11
* (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 3...Frank Filz2011-03-101-1/+6
* nfs: fix compilation warningJovi Zhang2011-03-101-1/+1
* nfs: add kmalloc return value check in decode_and_add_dsStanislav Fomichev2011-03-101-0/+4
* nfs: close NFSv4 COMMIT vs. CLOSE raceJeff Layton2011-03-101-0/+2
* SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2011-03-102-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-03-053-27/+4
|\
| * ceph: no .snap inside of snapped namespaceSage Weil2011-03-041-0/+1
| * ceph: do not clear I_COMPLETE from d_releaseSage Weil2011-03-031-21/+1
| * ceph: do not set I_COMPLETESage Weil2011-03-032-2/+2
| * Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2011-03-032-5/+1
* | nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman2011-03-041-2/+42
* | Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Linus Torvalds2011-03-038-76/+28
|\ \
| * | hfs: fix rename() over non-empty directoryAl Viro2011-03-031-37/+13
| * | udf: fix i_nlink limitAl Viro2011-03-031-6/+5
| * | fix reiserfs mkdir() breakageAl Viro2011-03-031-1/+1
| * | exofs: i_nlink races in rename()Al Viro2011-03-031-6/+2
| * | nilfs2: i_nlink races in rename()Al Viro2011-03-031-7/+1
| * | minix: i_nlink races in rename()Al Viro2011-03-031-6/+2
| * | ufs: i_nlink races in rename()Al Viro2011-03-031-7/+2
| * | sysv: i_nlink races in rename()Al Viro2011-03-031-6/+2
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-031-3/+8
|\ \ \
| * | | xfs: zero proper structure size for geometry callsAlex Elder2011-03-011-3/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2011-03-031-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | nilfs2: fix regression that i-flag is not set on changeless checkpointsRyusuke Konishi2011-03-021-1/+2
| |/ /
* | | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-021-1/+1
|\ \ \
| * | | of/flattree: Drop an uninteresting message to pr_debug levelPaul Bolle2011-03-021-1/+1
| |/ /
* | | ext2: Fix link count corruption under heavy link+rename loadJosh Hunt2011-03-021-7/+2
|/ /
* | fs/block_dev.c: fix new kernel-doc warningRandy Dunlap2011-02-281-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-02-283-10/+55
|\ \
| * | fuse: fix truncate after openMiklos Szeredi2011-02-251-2/+5
| * | fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2011-02-252-8/+50
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-02-283-13/+28
|\ \ \
| * | | ocfs2: Check heartbeat mode for kernel stacks onlyMark Fasheh2011-02-201-8/+20
| * | | Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a rig...Tristan Ye2011-02-201-2/+5
| * | | ocfs2: Fix estimate of necessary credits for mkdirJan Kara2011-02-201-3/+3
* | | | aio: fix race between io_destroy() and io_submit()Jan Kara2011-02-251-0/+17