aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sys_open() cleanupTelemaque Ndizihiwe2005-06-231-11/+7
* [PATCH] aio: fix do_sync_(read|write) to properly handle aio retriesBenjamin LaHaise2005-06-231-2/+18
* [PATCH] Bug in error recovery in fs/buffer.c::__block_prepare_write()Anton Altaparmakov2005-06-231-4/+8
* [PATCH] remove <linux/xattr_acl.h>Christoph Hellwig2005-06-2310-42/+42
* [PATCH] Remove f_error field from struct fileChristoph Lameter2005-06-232-17/+4
* [PATCH] block: add unlocked_ioctl support for block devicesArnd Bergmann2005-06-231-3/+2
* [PATCH] Remove eventpoll macro obfuscationPekka Enberg2005-06-231-85/+110
* [PATCH] factor out common code in sys_fsync/sys_fdatasyncOleg Nesterov2005-06-231-35/+10
* [PATCH] Don't force O_LARGEFILE for 32 bit processes on ia64Yoav Zach2005-06-231-3/+4
* [PATCH] O(1) sb list traversing on syncsKirill Korotaev2005-06-233-111/+96
* [PATCH] Fix of bogus file max limit messagesKirill Korotaev2005-06-231-27/+30
* [PATCH] add some comments to lookup_create()Christoph Hellwig2005-06-231-2/+18
* [PATCH] Support for dx directories in ext3_get_parent (NFSD)Andreas Dilger2005-06-231-2/+10
* [PATCH] setuid core dumpAlan Cox2005-06-232-4/+25
* [PATCH] quota: sanitize dentry handling in vfs_quota_on_mountChristoph Hellwig2005-06-231-8/+1
* [PATCH] quota: consolidate code surrounding vfs_quota_on_mountChristoph Hellwig2005-06-233-38/+24
* [PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig2005-06-236-27/+10
* [PATCH] add check to /proc/devices read routinesNeil Horman2005-06-232-2/+13
* [PATCH] fix for prune_icache()/forced final iput() racesAlexander Viro2005-06-231-6/+10
* [PATCH] NFS: Add debugging code to NFSv4 readdirTrond Myklebust2005-06-222-0/+23
* [PATCH] NFSv4: Map a couple of NFSv4 errors to EINVAL.Manoj Naik2005-06-221-0/+2
* [PATCH] NFSv4: add support for rdattr_error in NFSv4 readdir requests.Manoj Naik2005-06-221-7/+17
* [PATCH] NFSv4: Clean up nfs4 lock state accountingTrond Myklebust2005-06-223-144/+112
* [PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust2005-06-222-49/+90
* [PATCH] NLM: cleanup for blocked locks.Trond Myklebust2005-06-221-12/+6
* [PATCH] VFS: Ensure that all the on-stack struct file_lock call fl_release_pr...Trond Myklebust2005-06-221-0/+6
* [PATCH] NFS: Replace nfs_page insertion sort with a radix sortTrond Myklebust2005-06-223-70/+89
* [PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Trond Myklebust2005-06-223-14/+37
* [PATCH] NFS: Write optimization for short files and small O_SYNC writes.Trond Myklebust2005-06-221-3/+11
* [PATCH] NFS: Ensure that fstat() always returns the correct mtimeTrond Myklebust2005-06-222-14/+38
* [PATCH] NFS: Cleanup of caching code, and slight optimization of writes.Trond Myklebust2005-06-222-18/+38
* [PATCH] NFS: Fix the file size revalidationTrond Myklebust2005-06-223-54/+21
* [PATCH] NFSv4: Fix up races in nfs4_proc_setattr()Trond Myklebust2005-06-221-36/+19
* [PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim codeTrond Myklebust2005-06-221-11/+40
* [PATCH] NFS: Clean up readdir changes.Trond Myklebust2005-06-222-38/+48
* [PATCH] NFS: Hide NFS server-generated readdir cookies from userlandOlivier Galibert2005-06-222-24/+92
* [PATCH] NFSv4: Fix an Oops in the callback code.Trond Myklebust2005-06-221-1/+0
* [PATCH] NFSv4: Fix build warningReuben Farrelly2005-06-221-1/+0
* [PATCH] NFSv4: empty array fixAndrew Morton2005-06-221-1/+1
* [PATCH] NFSv4: fs/nfs/nfs4proc.c: small simplificationAdrian Bunk2005-06-221-1/+1
* [PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugsAndreas Gruenbacher2005-06-222-1/+2
* [PATCH] NFS: Fix up v3 ACL caching codeTrond Myklebust2005-06-222-5/+10
* [PATCH] NFS: Cache the NFSv3 acls.Andreas Gruenbacher2005-06-222-15/+86
* [PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.Andreas Gruenbacher2005-06-223-6/+64
* [PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher2005-06-229-6/+541
* [PATCH] NFSD: Add server support for NFSv3 ACLs.Andreas Gruenbacher2005-06-2211-1/+1051
* [PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping tableAndreas Gruenbacher2005-06-221-0/+1
* [PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields2005-06-222-11/+19
* [PATCH] NFSv4: client-side caching NFSv4 ACLsJ. Bruce Fields2005-06-222-13/+123
* [PATCH] NFSv4: ACL support for the NFSv4 client: writeJ. Bruce Fields2005-06-221-1/+33