aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 3-0/+4
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-37/+24
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Gravatar Jens Axboe 1-11/+1
2009-10-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 3-58/+15
2009-10-02[PATCH] ext4: retry failed direct IO allocationsGravatar Eric Sandeen 1-0/+4
2009-10-02ext4: Fix build warning in ext4_dirty_inode()Gravatar Curt Wohlgemuth 1-2/+0
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 16-245/+745
2009-10-01afs: remove cache.hGravatar Christoph Hellwig 2-13/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 16-23/+23
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Chris Mason 1-0/+11
2009-10-01Btrfs: fix data space leak fixGravatar Josef Bacik 1-0/+11
2009-10-01fs/bio.c: move EXPORT* macros to line after functionGravatar H Hartley Sweeten 1-26/+23
2009-10-01Btrfs: remove duplicates of filemap_ helpersGravatar Christoph Hellwig 4-102/+10
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Chris Mason 14-146/+727
2009-10-01Btrfs: take i_mutex before generic_write_checksGravatar Chris Mason 1-8/+17
2009-10-01Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeGravatar Christoph Hellwig 1-1/+3
2009-10-01ext4: drop ext4dev compatGravatar Eric Sandeen 2-45/+0
2009-09-30ext4: fix a BUG_ON crash by checking that page has buffers attached to itGravatar Theodore Ts'o 1-11/+11
2009-09-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 2-0/+2
2009-09-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 15-723/+1093
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 5-26/+25
2009-09-30ext4: Fix time encoding with extra epoch bitsGravatar Theodore Ts'o 1-3/+3
2009-09-30jbd2: Use tracepoints for history fileGravatar Theodore Ts'o 3-208/+45
2009-09-30ext4: Use tracepoints for mb_history trace fileGravatar Theodore Ts'o 4-347/+19
2009-09-29Btrfs: fix deadlock with free space handling and user transactionsGravatar Sage Weil 1-1/+1
2009-09-29Btrfs: fix error cases for ioctl transactionsGravatar Sage Weil 1-19/+22
2009-09-29ext4, jbd2: Drop unneeded printks at mount and unmount timeGravatar Theodore Ts'o 5-22/+10
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeGravatar Chris Ball 3-5/+5
2009-09-29Btrfs: introduce missing kfreeGravatar Julia Lawall 1-1/+3
2009-09-29Btrfs: Fix setting umask when POSIX ACLs are not enabledGravatar Chris Ball 1-0/+2
2009-09-29ext4: Handle nested ext4_journal_start/stop calls without a journalGravatar Curt Wohlgemuth 3-13/+38
2009-09-29ext4: Make sure ext4_dirty_inode() updates the inode in no journal modeGravatar Curt Wohlgemuth 1-15/+4
2009-09-29ext4: Avoid updating the inode table bh twice in no journal modeGravatar Frank Mayhar 1-21/+16
2009-09-29nilfs2: fix missing initialization of i_dir_start_lookup memberGravatar Ryusuke Konishi 1-0/+1
2009-09-29nilfs2: fix missing zero-fill initialization of btree node cacheGravatar Ryusuke Konishi 1-0/+1
2009-09-28Btrfs: proper -ENOSPC handlingGravatar Josef Bacik 10-115/+678
2009-09-28ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes firstGravatar Theodore Ts'o 1-8/+8
2009-09-28ext4: async direct IO for holes and fallocate supportGravatar Mingming Cao 5-41/+234
2009-09-28ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OGravatar Mingming Cao 3-1/+210
2009-09-28ext4: Split uninitialized extents for direct I/OGravatar Mingming Cao 6-42/+419
2009-09-28ext4: release reserved quota when block reservation for delalloc retryGravatar Mingming Cao 1-1/+1
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksGravatar Theodore Ts'o 3-12/+97
2009-09-28ext4: Fix hueristic which avoids group preallocation for closed filesGravatar Theodore Ts'o 1-1/+1
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 11-14/+14
2009-09-26ext4: Use ext4_msg() for ext4_da_writepage() errorsGravatar Theodore Ts'o 1-25/+25
2009-09-26Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+4
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 11-258/+159
2009-09-26writeback: pass in super_block to bdi_start_writeback()Gravatar Jens Axboe 1-2/+4
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperGravatar Jeff Layton 1-19/+3
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-53/+118