summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-06-01ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-06-01ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara1-2/+2
2013-06-01ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara1-7/+7
2013-06-01ext4: 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-28ext4: make punch hole code path work with bigallocLukas Czerner1-18/+51
2013-05-28ext4: update ext4_ext_remove_space trace pointLukas Czerner1-3/+3
2013-05-28ext4: remove unused code from ext4_remove_blocks()Lukas Czerner1-17/+4
2013-05-28ext4: remove unused discard_partial_page_buffersLukas Czerner2-214/+0
2013-05-28ext4: use ext4_zero_partial_blocks in punch_holeLukas Czerner2-72/+48
2013-05-28ext4: truncate_inode_pages() in orphan cleanup pathLukas Czerner1-0/+1
2013-05-28Revert "ext4: fix fsx truncate failure"Lukas Czerner1-9/+2
2013-05-28ext4: Call ext4_jbd2_file_inode() after zeroing blockLukas Czerner1-1/+4
2013-05-28Revert "ext4: remove no longer used functions in inode.c"Lukas Czerner2-0/+124
2013-05-22reiserfs: use ->invalidatepage() length argumentLukas Czerner1-2/+7
2013-05-22gfs2: use ->invalidatepage() length argumentLukas Czerner1-2/+7
2013-05-22ceph: use ->invalidatepage() length argumentLukas Czerner1-6/+6
2013-05-22ocfs2: use ->invalidatepage() length argumentLukas Czerner1-2/+1
2013-05-22xfs: use ->invalidatepage() length argumentLukas Czerner2-9/+15
2013-05-22jbd: change journal_invalidatepage() to accept lengthLukas Czerner2-8/+17
2013-05-22ext4: use ->invalidatepage() length argumentLukas Czerner1-11/+19
2013-05-22jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner3-9/+21
2013-05-22mm: 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-18Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason16-174/+181
2013-05-18Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason9-72/+120
2013-05-18Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik1-18/+21
2013-05-18Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens1-0/+2
2013-05-18btrfs: do away with non-whole_page extent I/OAlexandre Oliva1-55/+30
2013-05-18Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie1-0/+6
2013-05-18Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie1-1/+0
2013-05-18Btrfs: pause the space balance when remounting to R/OMiao Xie1-0/+1
2013-05-18Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie1-4/+3
2013-05-18Btrfs: fix accessing a freed tree rootMiao Xie1-1/+1
2013-05-18Btrfs: return errno if possible when we fail to allocate memoryLiu Bo1-2/+6
2013-05-18Btrfs: update the global reserve if it is emptyMiao Xie1-1/+8
2013-05-18Btrfs: don't steal the reserved space from the global reserve if their space ...Miao Xie1-2/+4
2013-05-18Btrfs: optimize the error handle of use_block_rsv()Miao Xie1-37/+28
2013-05-18Btrfs: don't use global block reservation for inode cache truncationMiao Xie5-22/+34
2013-05-18Btrfs: don't abort the current transaction if there is no enough space for in...Miao Xie1-1/+2
2013-05-18Correct allowed raid levels on balance.Andreas Philipp1-7/+6
2013-05-18Btrfs: fix possible memory leak in replace_path()Stefan Behrens1-1/+1
2013-05-18Btrfs: fix possible memory leak in the find_parent_nodes()Wang Shilong1-1/+2
2013-05-18Btrfs: don't allow device replace on RAID5/RAID6Stefan Behrens1-0/+5
2013-05-18Btrfs: handle running extent ops with skinny metadataJosef Bacik4-10/+12