aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/mason/linux-btrfsLinus Torvalds21-246/+301
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-nextChris 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
2013-05-17Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie1-1/+0
2013-05-17Btrfs: pause the space balance when remounting to R/OMiao Xie1-0/+1
2013-05-17Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie1-4/+3
2013-05-17Btrfs: fix accessing a freed tree rootMiao Xie1-1/+1
2013-05-17Btrfs: return errno if possible when we fail to allocate memoryLiu Bo1-2/+6
2013-05-17Btrfs: update the global reserve if it is emptyMiao Xie1-1/+8
2013-05-17Btrfs: don't steal the reserved space from the global reserve if their space type is differentMiao Xie1-2/+4
2013-05-17Btrfs: optimize the error handle of use_block_rsv()Miao Xie1-37/+28
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie5-22/+34
2013-05-17Btrfs: don't abort the current transaction if there is no enough space for inode cacheMiao Xie1-1/+2