aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-24Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds3-22/+57
2007-05-24NFS: Fix nfs_direct_dirty_pages()Trond Myklebust1-11/+18
2007-05-24NFS: Fix handful of compiler warnings in direct.cChuck Lever1-10/+16
2007-05-24NFS: Avoid a deadlock situation on writeTrond Myklebust2-2/+24
2007-05-23eCryptfs: delay writing 0's after llseek until writeMichael Halcrow2-61/+36
2007-05-23signalfd: retrieve multiple signals with one read() callDavi Arnaut1-45/+75
2007-05-23fuse: delete inode on dropMiklos Szeredi1-0/+1
2007-05-23fuse: generic_write_checks() for direct_ioMiklos Szeredi1-1/+3
2007-05-23uselib: add missing MNT_NOEXEC checkChristoph Hellwig1-0/+3
2007-05-23Missing 'const' from reiserfs MIN_KEY declaration.David Woodhouse1-1/+1
2007-05-23optimize compat_core_sys_select() by a using stack space for small fd setsBadari Pulavarty1-6/+11
2007-05-23fuse: fix mknod of regular fileMiklos Szeredi1-1/+1
2007-05-22Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2007-05-21partitions/LDM: build fixJeff Garzik1-1/+1
2007-05-21LDM: Fix for Windows Vista dynamic disksAnton Altaparmakov3-97/+127
2007-05-21Detach sched.h from mm.hAlexey Dobriyan52-11/+52
2007-05-21Fix "fs: convert core functions to zero_user_page"OGAWA Hirofumi1-1/+1
2007-05-21fs: Kill sh dependency for binfmt_flat.Paul Mundt1-1/+1
2007-05-18timerfd use waitqueue lock ...Davide Libenzi1-13/+11
2007-05-18eventfd use waitqueue lock ...Davide Libenzi1-14/+12
2007-05-17Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust49-269/+167
2007-05-17Fix page allocation flags in grow_dev_page()Christoph Lameter1-1/+2
2007-05-17circular locking dependency found in QUOTA OFFJan Kara2-17/+8
2007-05-17ecryptfs: use zero_user_pageNate Diller1-11/+3
2007-05-17make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename sizeDan Aloni1-3/+1
2007-05-17Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust2-3/+1
2007-05-17simplify compat_sys_timerfdHeiko Carstens1-9/+4
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter44-228/+149
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-15Merge branch 'origin'Trond Myklebust1-318/+243
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-14NLM: Fix sparse warningsTrond Myklebust2-6/+4
2007-05-14NFS: Fix more sparse warningsTrond Myklebust2-5/+5
2007-05-14NFS: Fix some 'sparse' warnings...Trond Myklebust5-8/+8
2007-05-14NFS4: Fix incorrect use of sizeof() in fs/nfs/nfs4xdr.cTrond Myklebust1-45/+45
2007-05-14NFS: use zero_user_pageNate Diller2-6/+6
2007-05-14NLM: don't use CLONE_SIGHAND in nlmclnt_recoveryOleg Nesterov1-1/+1
2007-05-14NLM: Fix locking client timeouts...Trond Myklebust1-1/+1
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