aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-16AFS: Fix afs_prepare_write()David Howells1-2/+1
2007-05-16AFS: write back dirty data on unmountDavid Howells1-1/+0
2007-05-15epoll: move kfree inside ep_freeDavide Libenzi1-5/+2
2007-05-15epoll: fix some commentsDavide Libenzi1-21/+27
2007-05-15epoll locks changes and cleanupsDavide Libenzi1-161/+73
2007-05-15fix epoll single pass code and add wait-exclusive flagDavide Libenzi1-156/+166
2007-05-12ntfs: use zero_user_pageNate Diller2-69/+26
2007-05-11Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds3-1/+5
2007-05-11epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeDavide Libenzi1-548/+486
2007-05-11epoll cleanups: epoll no moduleDavide Libenzi1-13/+1
2007-05-11epoll: use anonymous inodesDavide Libenzi1-169/+3
2007-05-11signal/timer/event: KAIO eventfd support exampleDavide Libenzi1-2/+26
2007-05-11signal/timer/event: eventfd coreDavide Libenzi2-0/+229
2007-05-11signal/timer/event: timerfd compat codeDavide Libenzi1-0/+23
2007-05-11signal/timer/event: timerfd coreDavide Libenzi2-0/+228
2007-05-11signal/timer/event: signalfd compat codeDavide Libenzi1-0/+26
2007-05-11signal/timer/event: signalfd coreDavide Libenzi3-2/+359
2007-05-11signal/timer/event fds: anonymous inode sourceDavide Libenzi2-0/+201
2007-05-11Replace pid_t in autofs with struct pid referenceSukadev Bhattiprolu3-8/+22
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu4-70/+70
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu1-1/+1
2007-05-11consolidate generic_writepages and mpage_writepagesMiklos Szeredi1-129/+45
2007-05-11small cleanup in gpt partition handlingOlaf Hering1-7/+5
2007-05-11Let SYSV68_PARTITION default to yes on VME onlyGeert Uytterhoeven1-1/+1
2007-05-11AFS: implement statfsDavid Howells7-15/+426
2007-05-11AFS: fix a couple of problems with unlinking AFS filesDavid Howells4-17/+31
2007-05-11AFS: fix interminable loop in afs_write_back_from_locked_page()David Howells1-2/+3
2007-05-11[PATCH] Abnormal End of ProcessesSteve Grubb1-0/+2
2007-05-11[PATCH] complete message queue auditingAmy Griffis1-1/+1
2007-05-11[PATCH] audit inode for all xattr syscallsAmy Griffis1-0/+2
2007-05-10locks: fix F_GETLK regression (failure to find conflicts)J. Bruce Fields1-2/+3
2007-05-10Allow compat_ioctl.c to compile without CONFIG_NETSimon Horman1-1/+4
2007-05-10ocfs2: kobject/kset foobarRandy Dunlap1-2/+3
2007-05-10AFS: further write support fixesDavid Howells2-3/+3
2007-05-10AFS: write support fixesDavid Howells3-17/+216
2007-05-09NFS: Kill the obsolete NFS_PARANOIAJesper Juhl5-27/+2
2007-05-09NFS: use __set_current_state()Milind Arun Choudhary1-2/+2
2007-05-09NFS: Clean up NFSv4 XDR error messageChuck Lever1-3/+5
2007-05-09NFS: NFS client underestimates how large an NFSv4 SETATTR reply can beChuck Lever1-1/+2
2007-05-09NFS: Remove redundant check in nfs_check_verifier()Trond Myklebust1-7/+5
2007-05-09NFS: Fix a jiffie wraparound issueTrond Myklebust1-4/+8
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-52/+33
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds17-23/+22
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki2-1/+4
2007-05-09reiserfs: use zero_user_pageNate Diller2-39/+13
2007-05-09ext3: use zero_user_pageNate Diller1-10/+2
2007-05-09affs: use zero_user_pageNate Diller1-5/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller3-60/+19
2007-05-09knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mappingNeilBrown1-6/+50
2007-05-09knfsd: various nfsd xdr cleanupsNeilBrown2-60/+34