summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-05-07lockd: always preallocate block in nlmsvc_lock()Marc Eshel1-23/+11
2007-05-07lockd: handle test_lock deferralsMarc Eshel3-16/+73
2007-05-07lockd: pass cookie in nlmsvc_testlockMarc Eshel3-4/+5
2007-05-07lockd: handle fl_grant callbacksMarc Eshel1-4/+87
2007-05-07lockd: save lock state on deferralMarc Eshel1-0/+25
2007-05-07locks: add fl_grant callback for asynchronous lock returnMarc Eshel1-0/+19
2007-05-07nfsd4: Convert NFSv4 to new lock interfaceMarc Eshel1-7/+13
2007-05-07locks: add lock cancel commandMarc Eshel1-0/+16
2007-05-07locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel4-33/+30
2007-05-07locks: factor out generic/filesystem switch from setlock codeMarc Eshel1-32/+36
2007-05-07locks: factor out generic/filesystem switch from test_lockJ. Bruce Fields1-13/+25
2007-05-07locks: give posix_test_lock same interface as ->lockMarc Eshel7-50/+31
2007-05-07locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields2-4/+1
2007-04-16locks: create posix-to-flock helper functionsJ. Bruce Fields1-25/+36
2007-04-16locks: trivial removal of unnecessary parenthesesJ. Bruce Fields1-2/+2
2007-04-16NFS: Fix a list corruption problemTrond Myklebust1-1/+3
2007-04-15NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust1-7/+15
2007-04-15NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust1-4/+7
2007-04-15NFS: Fix an Oops in nfs_setattr()Trond Myklebust2-3/+6
2007-04-13[PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney1-3/+3
2007-04-13[PATCH] reiserfs: fix key decrementingVladimir Saveliev1-1/+1
2007-04-09[PATCH] fuse: validate rootmode mount optionTimo Savola3-2/+10
2007-04-05[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-2/+0
2007-04-02[PATCH] revert "retries in ext4_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-04-02[PATCH] revert "retries in ext3_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-04-02[PATCH] fix page leak during core dumpBrian Pomerantz2-2/+5
2007-04-02[PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=nAndrew Morton2-2/+4
2007-03-29Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-9/+16
2007-03-29[PATCH] uml: hostfs variable renamingPaolo 'Blaisorblade' Giarrusso1-12/+12
2007-03-29[PATCH] uml: fix compilation problemsJeff Dike1-1/+0
2007-03-29[PATCH] splice: partial write fixDmitriy Monakhov1-9/+16
2007-03-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-44/+73
2007-03-28Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-0/+9
2007-03-28[PATCH] aio: remove bare user-triggerable error printkZach Brown1-1/+0
2007-03-27[PATCH] wext: Add missing ioctls to 64<->32 conversionJean Tourrilhes1-0/+9
2007-03-27Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-69/+15
2007-03-27[PATCH] Fix kernel build with EMBEDDED & PROC_FS & !PROC_SYSCTLMika Kukkonen1-1/+2
2007-03-27[PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() callJ. Bruce Fields1-1/+0
2007-03-27[PATCH] knfsd: nfsd4: demote "clientid in use" printk to a dprintkBruce Fields1-3/+2
2007-03-27[PATCH] knfsd: nfsd4: fix inheritance flags on v4 ace derived from posix defa...Bruce Fields1-1/+1
2007-03-27[PATCH] knfsd: allow nfsd READDIR to return 64bit cookiesNeilBrown1-3/+3
2007-03-27Export __splice_from_pipe()Mark Fasheh1-3/+4
2007-03-272/2 splice: dont readpageNick Piggin1-30/+0
2007-03-271/2 splice: dont stealNick Piggin1-63/+38
2007-03-27ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres()Sunil Mushran2-34/+67
2007-03-27ocfs2_dlm: Fix lockres ref counting bugSunil Mushran2-10/+6
2007-03-269p: make struct v9fs_cached_file_operations staticAdrian Bunk2-2/+3
2007-03-23[PATCH] "ext[34]: EA block reference count racing fix" performance fixAndrew Morton1-1/+2
2007-03-23[PATCH] FDPIC: fix the /proc/pid/stat representation of executable boundariesDavid Howells1-4/+11
2007-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds4-4/+35