summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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-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-29ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o5-22/+10
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-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-26ext4: Use ext4_msg() for ext4_da_writepage() errorsTheodore Ts'o1-25/+25
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-53/+118
2009-09-25writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe1-1/+1
2009-09-25writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang1-3/+9
2009-09-25writeback: make the super_block pinning more efficientJens Axboe1-17/+29
2009-09-25writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe1-1/+11
2009-09-25writeback: move inodes from one super_block togetherShaohua Li1-3/+18
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe2-9/+6
2009-09-25writeback: improve readability of the wb_writeback() continue/break logicJens Axboe1-20/+23
2009-09-25writeback: cleanup writeback_single_inode()Wu Fengguang1-8/+7
2009-09-25writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang1-2/+2
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang1-11/+17
2009-09-25fs: Fix busyloop in wb_writeback()Jan Kara1-1/+18
2009-09-24procfs: disable per-task stack usage on NOMMUAndrew Morton1-0/+7
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds9-72/+77
2009-09-24nfs[23] tcp breakage in mount with binary optionsAl Viro1-0/+2
2009-09-24Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+6
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds31-1981/+2740
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds32-425/+415
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds10-1/+26
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto1-4/+6
2009-09-24fs/romfs: correct error-handling codeJulia Lawall1-1/+1
2009-09-24adfs: remove redundant test on unsignedRoel Kluin1-7/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan5-8/+8
2009-09-24fs/char_dev.c: remove useless loopRenzo Davoli1-3/+0
2009-09-24flat: use IS_ERR_VALUE() helper macroMike Frysinger1-12/+10
2009-09-24fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells1-7/+10
2009-09-24elf: clean up fill_note_info()Amerigo Wang1-22/+30
2009-09-24fcntl: add F_[SG]ETOWN_EXPeter Zijlstra1-8/+100
2009-09-24signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission()Oleg Nesterov1-2/+2
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov1-9/+5
2009-09-24exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman1-0/+26