aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan3-0/+4
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-37/+24
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-11/+1
2009-10-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-58/+15
2009-10-02[PATCH] ext4: retry failed direct IO allocationsEric Sandeen1-0/+4
2009-10-02ext4: Fix build warning in ext4_dirty_inode()Curt Wohlgemuth1-2/+0
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds16-245/+745
2009-10-01afs: remove cache.hChristoph Hellwig2-13/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan16-23/+23
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-0/+11
2009-10-01Btrfs: fix data space leak fixJosef Bacik1-0/+11
2009-10-01fs/bio.c: move EXPORT* macros to line after functionH Hartley Sweeten1-26/+23
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig4-102/+10
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason14-146/+727
2009-10-01Btrfs: take i_mutex before generic_write_checksChris Mason1-8/+17
2009-10-01Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeChristoph Hellwig1-1/+3
2009-10-01ext4: drop ext4dev compatEric Sandeen2-45/+0
2009-09-30ext4: fix a BUG_ON crash by checking that page has buffers attached to itTheodore Ts'o1-11/+11
2009-09-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds2-0/+2
2009-09-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds15-723/+1093
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds5-26/+25
2009-09-30ext4: Fix time encoding with extra epoch bitsTheodore Ts'o1-3/+3
2009-09-30jbd2: Use tracepoints for history fileTheodore Ts'o3-208/+45
2009-09-30ext4: Use tracepoints for mb_history trace fileTheodore Ts'o4-347/+19
2009-09-29Btrfs: fix deadlock with free space handling and user transactionsSage Weil1-1/+1
2009-09-29Btrfs: fix error cases for ioctl transactionsSage Weil1-19/+22
2009-09-29ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o5-22/+10
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball3-5/+5
2009-09-29Btrfs: introduce missing kfreeJulia Lawall1-1/+3
2009-09-29Btrfs: Fix setting umask when POSIX ACLs are not enabledChris Ball1-0/+2
2009-09-29ext4: Handle nested ext4_journal_start/stop calls without a journalCurt Wohlgemuth3-13/+38
2009-09-29ext4: Make sure ext4_dirty_inode() updates the inode in no journal modeCurt Wohlgemuth1-15/+4
2009-09-29ext4: Avoid updating the inode table bh twice in no journal modeFrank Mayhar1-21/+16
2009-09-29nilfs2: fix missing initialization of i_dir_start_lookup memberRyusuke Konishi1-0/+1
2009-09-29nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi1-0/+1
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik10-115/+678
2009-09-28ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes firstTheodore Ts'o1-8/+8
2009-09-28ext4: async direct IO for holes and fallocate supportMingming Cao5-41/+234
2009-09-28ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OMingming Cao3-1/+210
2009-09-28ext4: Split uninitialized extents for direct I/OMingming Cao6-42/+419
2009-09-28ext4: release reserved quota when block reservation for delalloc retryMingming Cao1-1/+1
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o3-12/+97
2009-09-28ext4: Fix hueristic which avoids group preallocation for closed filesTheodore Ts'o1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan11-14/+14
2009-09-26ext4: Use ext4_msg() for ext4_da_writepage() errorsTheodore Ts'o1-25/+25
2009-09-26Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+4
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-258/+159
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe1-2/+4
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperJeff Layton1-19/+3
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-53/+118