summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* parse errors in ifdefsYoann Padioleau2007-06-011-1/+1
* Fix possible UDF data corruptionJan Kara2007-06-011-4/+8
* When ext4_ext_insert_extent() fails to insert new blocksAlex Tomas2007-05-311-1/+5
* ext4: Extent overlap bugfixAmit Arora2007-05-311-2/+58
* Remove unnecessary exported symbols.Mingming Cao2007-05-311-8/+0Star
* EXT4: Fix whitespaceDave Kleikamp2007-05-315-45/+45
* afs: needs sched.hAndrew Morton2007-05-311-0/+2
* ntfs_init_locked_inode(): fix array indexingAndrew Morton2007-05-311-1/+1
* a bug in ramfs_nommu_resize function, passing old size to vmtruncateBryan Wu2007-05-311-1/+1
* NFS: Fix a refcount leakage in O_DIRECTTrond Myklebust2007-05-301-3/+9
* [XFS] Write at EOF may not update filesize correctly.David Chinner2007-05-291-9/+17
* fix compat console unimap regressionHugh Dickins2007-05-261-8/+25
* [PATCH] ocfs2: use generic_segment_checksChristoph Hellwig2007-05-251-31/+1Star
* ocfs2: fix inode leakMark Fasheh2007-05-251-3/+4
* [PATCH] ocfs2: use zero_user_pageNate Diller2007-05-251-4/+1Star
* ocfs2: unmap_mapping_range() in ocfs2_truncate()Mark Fasheh2007-05-251-0/+1
* ocfs2: trylock in ocfs2_readpage()Mark Fasheh2007-05-251-1/+5
* 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