summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-06-04ext4: split extent conversion lists to reserved & unreserved partsJan Kara3-40/+88
2013-06-04ext4: use transaction reservation for extent conversion in ext4_end_ioJan Kara5-24/+69
2013-06-04ext4: remove buffer_uninit handlingJan Kara3-15/+8
2013-06-04ext4: restructure writeback pathJan Kara3-543/+487
2013-06-04ext4: better estimate credits needed for ext4_da_writepages()Jan Kara3-46/+35
2013-06-04ext4: improve writepage credit estimate for files with indirect blocksJan Kara3-20/+11
2013-06-04ext4: deprecate max_writeback_mb_bump sysfs attributeJan Kara2-7/+24
2013-06-04ext4: stop messing with nr_to_write in ext4_da_writepages()Jan Kara1-96/+0
2013-06-04ext4: provide wrappers for transaction reservation callsJan Kara3-17/+70
2013-06-04jbd2: transaction reservation supportJan Kara4-89/+249
2013-06-04jbd2: remove unused waitqueuesJan Kara2-6/+0
2013-06-04jbd2: fix race in t_outstanding_credits update in jbd2_journal_extend()Jan Kara1-2/+4
2013-06-04jbd2: cleanup needed free block estimates when starting a transactionJan Kara3-37/+9
2013-06-04jbd2: remove outdated commentJan Kara1-10/+0
2013-06-04jbd2: refine waiting for shadow buffersJan Kara3-34/+30
2013-06-04jbd2: remove journal_head from descriptor buffersJan Kara5-81/+57
2013-06-04jbd2: don't create journal_head for temporary journal buffersJan Kara4-76/+40
2013-06-04ext4: use io_end for multiple biosJan Kara3-85/+142
2013-05-31ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-05-31ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara1-2/+2
2013-05-31ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara1-7/+7
2013-05-31ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara1-1/+1
2013-05-28ext4: suppress ext4 orphan messages on mountPaul Taysom1-6/+8
2013-05-28jbd2: fix block tag checksum verification brokennessDarrick J. Wong2-12/+12
2013-05-28jbd2: use kmem_cache_zalloc for allocating journal headZheng Liu1-5/+3
2013-05-27ext4: make punch hole code path work with bigallocLukas Czerner1-18/+51
2013-05-27ext4: update ext4_ext_remove_space trace pointLukas Czerner1-3/+3
2013-05-27ext4: remove unused code from ext4_remove_blocks()Lukas Czerner1-17/+4
2013-05-27ext4: remove unused discard_partial_page_buffersLukas Czerner2-214/+0
2013-05-27ext4: use ext4_zero_partial_blocks in punch_holeLukas Czerner2-72/+48
2013-05-27ext4: truncate_inode_pages() in orphan cleanup pathLukas Czerner1-0/+1
2013-05-27Revert "ext4: fix fsx truncate failure"Lukas Czerner1-9/+2
2013-05-27ext4: Call ext4_jbd2_file_inode() after zeroing blockLukas Czerner1-1/+4
2013-05-27Revert "ext4: remove no longer used functions in inode.c"Lukas Czerner2-0/+124
2013-05-21reiserfs: use ->invalidatepage() length argumentLukas Czerner1-2/+7
2013-05-21gfs2: use ->invalidatepage() length argumentLukas Czerner1-2/+7
2013-05-21ceph: use ->invalidatepage() length argumentLukas Czerner1-6/+6
2013-05-21ocfs2: use ->invalidatepage() length argumentLukas Czerner1-2/+1
2013-05-21xfs: use ->invalidatepage() length argumentLukas Czerner2-9/+15
2013-05-21jbd: change journal_invalidatepage() to accept lengthLukas Czerner2-8/+17
2013-05-21ext4: use ->invalidatepage() length argumentLukas Czerner1-11/+19
2013-05-21jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner3-9/+21
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner23-46/+88
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds21-246/+301
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason16-174/+181
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason9-72/+120
2013-05-17Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik1-18/+21
2013-05-17Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens1-0/+2
2013-05-17btrfs: do away with non-whole_page extent I/OAlexandre Oliva1-55/+30
2013-05-17Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie1-0/+6