aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-03NFS: fix print format for tk_pidChuck Lever3-9/+12
2007-02-03NFSv4: Add lockdep checks to nfs4_wait_clnt_recover()Trond Myklebust1-0/+4
2007-02-03NFSv4: Don't start state recovery in nfs4_close_done()Trond Myklebust1-5/+1
2007-02-03NFS: Fixup some outdated comments...Trond Myklebust1-41/+1
2007-02-03NFS: nfs_writepages() cleanupTrond Myklebust2-25/+11
2007-02-03NFS: Micro-optimisation for nfs_wb_page()Trond Myklebust1-0/+2
2007-02-03NFS: Ensure that ->writepage() uses flush_stable() when reclaiming pagesTrond Myklebust1-1/+1
2007-02-03NFS: Remove nfs_readpage_sync()Trond Myklebust4-196/+2
2007-02-03NFSv4: Cleanups for fs_locations code.Trond Myklebust4-13/+7
2007-02-03NFSv4: Don't require that NFSv4 mount paths begin with '/'Trond Myklebust1-5/+6
2007-02-03NFS: Dont clobber more uptodate values in nfs_set_verifier()Trond Myklebust1-5/+14
2007-02-03NFS: Also use readdir info to revalidate positive dentriesTrond Myklebust1-3/+11
2007-02-03NFS: Fix a readdir/lookup inefficiency.Trond Myklebust1-2/+8
2007-02-03NFS: Fix up "rm -rf"...Trond Myklebust1-0/+2
2007-02-03NFSv4: Fix NFS4_enc_server_caps_sz/NFS4_dec_server_caps_szTrond Myklebust1-0/+2
2007-02-03NFSv4: Fix Oops in nfs4_create_referral_serverTrond Myklebust2-3/+8
2007-02-03NLM: Fix double free in __nlm_async_callTrond Myklebust2-9/+4
2007-02-03[PATCH] revert blockdev direct io back to 2.6.19 versionAndrew Morton1-0/+41
2007-02-03[PATCH] aio: fix buggy put_ioctx call in aio_complete - v2Ken Chen1-11/+9
2007-02-01[PATCH] procfs: Fix listing of /proc/NOT_A_TGID/taskGuillaume Chazarain1-1/+11
2007-02-01[PATCH] endianness bug: ntohl() misspelled as >> 24 in fh_verify().Al Viro1-1/+1
2007-01-30[PATCH] ntfs: kmap_atomic() atomicity fixAndrew Morton1-0/+4
2007-01-30[PATCH] Remove warning: VFS is out of sync with lock managerNeil Brown1-2/+3
2007-01-30[PATCH] ufs: reallocation fixEvgeniy Dushistov1-15/+26
2007-01-30[PATCH] ufs: truncate negative to unsigned fixEvgeniy Dushistov1-2/+2
2007-01-30[PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov2-6/+13
2007-01-30[PATCH] fuse: fix bug in control filesystem mountMiklos Szeredi1-0/+4
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external eventsNeilBrown3-10/+6
2007-01-30[PATCH] fs/lockd/clntlock.c: add missing newlines to dprintk'sAdrian Bunk1-2/+2
2007-01-30[PATCH] uml: fix mknodJohannes Stezenbach3-4/+4
2007-01-29[PATCH] Fix try_to_free_buffer() lockingNick Piggin1-1/+5
2007-01-26[PATCH] ocfs2: fix thinko in ocfs2_backup_super_blkno()Mark Fasheh1-1/+1
2007-01-26[PATCH] core-dumping unreadable binaries via PT_INTERPAlexey Dobriyan2-0/+17
2007-01-26[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdNeilBrown4-10/+13
2007-01-26[PATCH] 9p: null terminate error strings for debug printEric Van Hensbergen1-0/+1
2007-01-26[PATCH] 9p: fix segfault caused by race condition in meta-data operationsEric Van Hensbergen4-129/+196
2007-01-26[PATCH] 9p: fix rename return codeEric Van Hensbergen1-1/+1
2007-01-26[PATCH] 9p: fix bogus return code checks during initializationEric Van Hensbergen2-4/+11
2007-01-26[PATCH] knfsd: Don't mess with the 'mode' when storing a exclusive-create cookiePeter Staubach1-16/+5
2007-01-26[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown1-1/+2
2007-01-26[PATCH] knfsd: fix setting of ACL server versionsNeilBrown1-4/+4
2007-01-26[PATCH] Fix NULL ->nsproxy dereference in /proc/*/mountsAlexey Dobriyan1-3/+5
2007-01-26[PATCH] i386 vDSO: use VM_ALWAYSDUMPRoland McGrath1-3/+35
2007-01-26[PATCH] Add VM_ALWAYSDUMPRoland McGrath1-0/+4
2007-01-26Write back inode data pages even when the inode itself is lockedLinus Torvalds1-1/+12
2007-01-26Resurrect 'try_to_free_buffers()' VM hackeryLinus Torvalds1-1/+14
2007-01-24[PATCH] NFS: Fix races in nfs_revalidate_mapping()Trond Myklebust3-32/+71
2007-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds5-14/+17
2007-01-23[PATCH] resierfs: avoid tail packing if an inode was ever mmappedVladimir Saveliev2-1/+21
2007-01-23[PATCH] fix blk_direct_IO bio preparationChen, Kenneth W1-0/+8