aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-16jbd: Journal block numbers can ever be only 32-bit use unsigned int for themJan Kara5-36/+36
2009-09-16JBD: round commit timer up to avoid uncommitted transactionAndreas Dilger1-1/+2
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-09-16writeback: fix possible bdi writeback refcounting problemNick Piggin1-7/+6
2009-09-16writeback: Fix bdi use after free in wb_work_complete()Nick Piggin1-2/+3
2009-09-16writeback: improve scalability of bdi writeback work queuesNick Piggin1-1/+2
2009-09-16writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()Nick Piggin1-3/+3
2009-09-16writeback: use schedule_timeout_interruptible()Jens Axboe1-2/+1
2009-09-16writeback: add comments to bdi_work structureJens Axboe1-7/+11
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe2-82/+70
2009-09-16writeback: inline allocation failure handling in bdi_alloc_queue_work()Jens Axboe1-22/+27
2009-09-16writeback: use RCU to protect bdi_listJens Axboe1-3/+3
2009-09-16writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeoutJens Axboe1-56/+14
2009-09-16fs: Assign bdi in super_blockJens Axboe6-1/+20
2009-09-16writeback: make wb_writeback() take an argument structureJens Axboe1-29/+49
2009-09-16writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONEChristoph Hellwig1-32/+14
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe4-4/+0
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe3-7/+2
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-8/+25
2009-09-14Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds13-247/+137
2009-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds19-806/+556
2009-09-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds5-100/+12
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds22-759/+567
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-267/+223
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2009-09-14udf: Fix possible corruption when close races with writeJan Kara1-0/+2
2009-09-14udf: Perform preallocation only for regular filesJan Kara1-9/+10
2009-09-14udf: Remove wrong assignment in udf_symlinkJan Kara1-1/+0
2009-09-14udf: Remove dead codeJan Kara2-90/+0
2009-09-14fsync: wait for data writeout completion before calling ->fsyncChristoph Hellwig1-4/+1
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara1-54/+0
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara2-4/+22
2009-09-14xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()Jan Kara1-1/+2
2009-09-14ocfs2: Update syncing after splicing to match generic versionJan Kara1-21/+6
2009-09-14ntfs: Use new syncing helpers and update commentsJan Kara2-19/+10
2009-09-14ext4: Remove syncing logic from ext4_file_writeJan Kara1-51/+2
2009-09-14ext3: Remove syncing logic from ext3_file_writeJan Kara1-60/+1
2009-09-14ext2: Update comment about generic_osync_inodeJan Kara1-1/+1
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inodeJan Kara2-23/+54
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig1-1/+28
2009-09-14ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolockJan Kara1-10/+12
2009-09-14fs/Kconfig: move nilfs2 outside misc filesystemsRyusuke Konishi2-2/+2
2009-09-14nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi3-36/+28
2009-09-14nilfs2: allow btree code to directly call dat operationsRyusuke Konishi4-299/+167
2009-09-14nilfs2: add update functions of virtual block address to datRyusuke Konishi3-20/+44
2009-09-14nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi8-19/+9
2009-09-14nilfs2: stop zero-fill of btree path just before free itRyusuke Konishi1-24/+12
2009-09-14nilfs2: remove unused btree argument from btree functionsRyusuke Konishi1-248/+208
2009-09-14nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_freeRyusuke Konishi2-12/+0