summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-05-243-22/+57
|\
| * NFS: Fix nfs_direct_dirty_pages()Trond Myklebust2007-05-241-11/+18
| * NFS: Fix handful of compiler warnings in direct.cChuck Lever2007-05-241-10/+16
| * NFS: Avoid a deadlock situation on writeTrond Myklebust2007-05-242-2/+24
* | eCryptfs: delay writing 0's after llseek until writeMichael Halcrow2007-05-242-61/+36Star
* | signalfd: retrieve multiple signals with one read() callDavi Arnaut2007-05-241-45/+75
* | fuse: delete inode on dropMiklos Szeredi2007-05-241-0/+1
* | fuse: generic_write_checks() for direct_ioMiklos Szeredi2007-05-241-1/+3
* | uselib: add missing MNT_NOEXEC checkChristoph Hellwig2007-05-241-0/+3
* | Missing 'const' from reiserfs MIN_KEY declaration.David Woodhouse2007-05-241-1/+1
* | optimize compat_core_sys_select() by a using stack space for small fd setsBadari Pulavarty2007-05-241-6/+11
* | fuse: fix mknod of regular fileMiklos Szeredi2007-05-241-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-05-231-1/+1
|\
| * fs: Kill sh dependency for binfmt_flat.Paul Mundt2007-05-211-1/+1
* | partitions/LDM: build fixJeff Garzik2007-05-221-1/+1
* | LDM: Fix for Windows Vista dynamic disksAnton Altaparmakov2007-05-213-97/+127
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-2152-11/+52
* | Fix "fs: convert core functions to zero_user_page"OGAWA Hirofumi2007-05-211-1/+1
* | timerfd use waitqueue lock ...Davide Libenzi2007-05-181-13/+11Star
* | eventfd use waitqueue lock ...Davide Libenzi2007-05-181-14/+12Star
* | Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust2007-05-1749-269/+167Star
|\ \
| * | Fix page allocation flags in grow_dev_page()Christoph Lameter2007-05-171-1/+2
| * | circular locking dependency found in QUOTA OFFJan Kara2007-05-172-17/+8Star
| * | ecryptfs: use zero_user_pageNate Diller2007-05-171-11/+3Star
| * | make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename ...Dan Aloni2007-05-171-3/+1Star
| * | simplify compat_sys_timerfdHeiko Carstens2007-05-171-9/+4Star
| * | Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-1744-228/+149Star
* | | Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust2007-05-172-3/+1Star
|\| |
| * | AFS: Fix afs_prepare_write()David Howells2007-05-171-2/+1Star
| * | AFS: write back dirty data on unmountDavid Howells2007-05-171-1/+0Star
* | | Merge branch 'origin'Trond Myklebust2007-05-151-318/+243Star
|\| |
| * | epoll: move kfree inside ep_freeDavide Libenzi2007-05-151-5/+2Star
| * | epoll: fix some commentsDavide Libenzi2007-05-151-21/+27
| * | epoll locks changes and cleanupsDavide Libenzi2007-05-151-161/+73Star
| * | fix epoll single pass code and add wait-exclusive flagDavide Libenzi2007-05-151-156/+166
| |/
* | NLM: Fix sparse warningsTrond Myklebust2007-05-152-6/+4Star
* | NFS: Fix more sparse warningsTrond Myklebust2007-05-152-5/+5
* | NFS: Fix some 'sparse' warnings...Trond Myklebust2007-05-155-8/+8
* | NFS4: Fix incorrect use of sizeof() in fs/nfs/nfs4xdr.cTrond Myklebust2007-05-151-45/+45
* | NFS: use zero_user_pageNate Diller2007-05-152-6/+6
* | NLM: don't use CLONE_SIGHAND in nlmclnt_recoveryOleg Nesterov2007-05-151-1/+1
* | NLM: Fix locking client timeouts...Trond Myklebust2007-05-151-1/+1
|/
* ntfs: use zero_user_pageNate Diller2007-05-122-69/+26Star
* Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2007-05-113-1/+5
|\
| * [PATCH] Abnormal End of ProcessesSteve Grubb2007-05-111-0/+2
| * [PATCH] complete message queue auditingAmy Griffis2007-05-111-1/+1
| * [PATCH] audit inode for all xattr syscallsAmy Griffis2007-05-111-0/+2
* | epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeDavide Libenzi2007-05-111-548/+486Star
* | epoll cleanups: epoll no moduleDavide Libenzi2007-05-111-13/+1Star
* | epoll: use anonymous inodesDavide Libenzi2007-05-111-169/+3Star