summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NSM: Fix unaligned accesses in nsm_init_private()Mans Rullgard2009-04-011-2/+6
* NFS: Simplify logic to compare socket addresses in client.cChuck Lever2009-03-281-64/+52
* Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into develTrond Myklebust2009-03-281-29/+39
|\
| * NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Trond Myklebust2009-03-121-29/+39
* | NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever2009-03-283-2/+21
* | lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever2009-03-282-59/+22
* | NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever2009-03-282-24/+3
* | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-283-4/+2
* | SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-284-6/+7
* | NFSD: If port value written to /proc/fs/nfsd/portlist is invalid, return EINVALChuck Lever2009-03-281-1/+3
* | NFS: Optimise NFS close()Trond Myklebust2009-03-196-21/+46
* | NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust2009-03-191-5/+4
* | NFS: Fix up a mismerged patchTrond Myklebust2009-03-191-1/+1
* | NFS: load the rpc/rdma transport module automaticallyTom Talpey2009-03-111-1/+3
* | NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust2009-03-111-7/+5
* | NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust2009-03-116-29/+42
* | NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust2009-03-112-10/+16
* | NFSv4: Simplify some cache consistency post-op GETATTRsTrond Myklebust2009-03-111-5/+8
* | NFSv4: A referral is assumed to always point to a directory.Trond Myklebust2009-03-111-0/+14
* | NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decodedTrond Myklebust2009-03-111-19/+73
* | NFSv4: Clean up decode_getfattr()Trond Myklebust2009-03-111-21/+57
* | NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust2009-03-114-45/+37
* | NFS: Shrink the struct nfs_fattrTrond Myklebust2009-03-111-3/+0
* | NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust2009-03-114-96/+161
* | NFSv4: Ignore errors on the post-op attributes in SETATTR callsTrond Myklebust2009-03-111-3/+1
* | NFS: flush cached directory information slightly more readily.NeilBrown2009-03-111-2/+13
* | NFS: Minor __nfs_revalidate_inode cleanupSuresh Jayaraman2009-03-111-3/+0
|/
* Bug 11061, NFS mounts droppedIan Dall2009-03-101-1/+62
* NFS: Handle -ESTALE error in access()Suresh Jayaraman2009-03-101-1/+7
* NLM: Fix GRANT callback address comparison when IPv6 is enabledChuck Lever2009-03-101-1/+50
* NFSv3: Fix posix ACL codeTrond Myklebust2009-03-102-27/+34
* NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust2009-03-101-7/+8
* devpts: remove graffitiAlexey Dobriyan2009-03-101-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-03-095-13/+13
|\
| * Btrfs: fix spinlock assertions on UP systemsChris Mason2009-03-095-13/+13
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-03-081-3/+5
|\ \
| * | ext4: fix ext4_free_inode() vs. ext4_claim_inode() raceEric Sandeen2009-03-041-3/+5
* | | Squashfs: frag_size should be signed, as it can hold an error resultRoel Kluin2009-03-051-2/+4
* | | Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher2009-03-054-6/+15
|/ /
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-03-024-5/+8
|\ \
| * | ext4: don't call jbd2_journal_force_commit_nested without journalEric Sandeen2009-02-262-2/+4
| * | ext4: Reorder fs/Makefile so that ext2 root fs's are mounted using ext2Theodore Ts'o2009-02-281-2/+4
| * | ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()Theodore Ts'o2009-02-281-1/+0
* | | Fix FREEZE/THAW compat_ioctl regressionChristoph Hellwig2009-02-271-0/+3
* | | EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPLBenny Halevy2009-02-271-1/+1
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-02-262-16/+44
|\ \ \
| * | | [JFFS2] fix mount crash caused by removed nodesThomas Gleixner2009-02-211-9/+33
| * | | [JFFS2] force the jffs2 GC daemon to behave a bit betterAndres Salomon2009-02-141-7/+11
* | | | ocfs2: add IO error check in ocfs2_get_sector()wengang wang2009-02-261-0/+7
* | | | ocfs2: set gap to seperate entry and value when xattr in bucketTiger Yang2009-02-261-8/+10