summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-09-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2009-09-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-09-30ext4: Fix time encoding with extra epoch bitsTheodore Ts'o
2009-09-30jbd2: Use tracepoints for history fileTheodore Ts'o
2009-09-30ext4: Use tracepoints for mb_history trace fileTheodore Ts'o
2009-09-29ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o
2009-09-29ext4: Handle nested ext4_journal_start/stop calls without a journalCurt Wohlgemuth
2009-09-29ext4: Make sure ext4_dirty_inode() updates the inode in no journal modeCurt Wohlgemuth
2009-09-29ext4: Avoid updating the inode table bh twice in no journal modeFrank Mayhar
2009-09-29nilfs2: fix missing initialization of i_dir_start_lookup memberRyusuke Konishi
2009-09-29nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi
2009-09-28ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes firstTheodore Ts'o
2009-09-28ext4: async direct IO for holes and fallocate supportMingming Cao
2009-09-28ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OMingming Cao
2009-09-28ext4: Split uninitialized extents for direct I/OMingming Cao
2009-09-28ext4: release reserved quota when block reservation for delalloc retryMingming Cao
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o
2009-09-28ext4: Fix hueristic which avoids group preallocation for closed filesTheodore Ts'o
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-26ext4: Use ext4_msg() for ext4_da_writepage() errorsTheodore Ts'o
2009-09-26Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperJeff Layton
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-25writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe
2009-09-25writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang
2009-09-25writeback: make the super_block pinning more efficientJens Axboe
2009-09-25writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe
2009-09-25writeback: move inodes from one super_block togetherShaohua Li
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe
2009-09-25writeback: improve readability of the wb_writeback() continue/break logicJens Axboe
2009-09-25writeback: cleanup writeback_single_inode()Wu Fengguang
2009-09-25writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang
2009-09-25fs: Fix busyloop in wb_writeback()Jan Kara
2009-09-25[CIFS] Remove build warningSteve French
2009-09-25cifs: fix problems with last two commitsJeff Layton
2009-09-25[CIFS] Fix build break when keys support turned offSteve French
2009-09-24procfs: disable per-task stack usage on NOMMUAndrew Morton
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2009-09-24cifs: eliminate cifs_init_privateJeff Layton
2009-09-24nfs[23] tcp breakage in mount with binary optionsAl Viro
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton
2009-09-24Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto