summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jbd2: cleanup needed free block estimates when starting a transactionJan Kara2013-06-043-37/+9
* jbd2: remove outdated commentJan Kara2013-06-041-10/+0
* jbd2: refine waiting for shadow buffersJan Kara2013-06-043-34/+30
* jbd2: remove journal_head from descriptor buffersJan Kara2013-06-045-81/+57
* jbd2: don't create journal_head for temporary journal buffersJan Kara2013-06-044-76/+40
* ext4: use io_end for multiple biosJan Kara2013-06-043-85/+142
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-05-311-2/+2
* ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-05-311-2/+2
* ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara2013-05-311-7/+7
* ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara2013-05-311-1/+1
* ext4: suppress ext4 orphan messages on mountPaul Taysom2013-05-281-6/+8
* jbd2: fix block tag checksum verification brokennessDarrick J. Wong2013-05-282-12/+12
* jbd2: use kmem_cache_zalloc for allocating journal headZheng Liu2013-05-281-5/+3
* ext4: make punch hole code path work with bigallocLukas Czerner2013-05-271-18/+51
* ext4: update ext4_ext_remove_space trace pointLukas Czerner2013-05-271-3/+3
* ext4: remove unused code from ext4_remove_blocks()Lukas Czerner2013-05-271-17/+4
* ext4: remove unused discard_partial_page_buffersLukas Czerner2013-05-272-214/+0
* ext4: use ext4_zero_partial_blocks in punch_holeLukas Czerner2013-05-272-72/+48
* ext4: truncate_inode_pages() in orphan cleanup pathLukas Czerner2013-05-271-0/+1
* Revert "ext4: fix fsx truncate failure"Lukas Czerner2013-05-271-9/+2
* ext4: Call ext4_jbd2_file_inode() after zeroing blockLukas Czerner2013-05-271-1/+4
* Revert "ext4: remove no longer used functions in inode.c"Lukas Czerner2013-05-272-0/+124
* reiserfs: use ->invalidatepage() length argumentLukas Czerner2013-05-211-2/+7
* gfs2: use ->invalidatepage() length argumentLukas Czerner2013-05-211-2/+7
* ceph: use ->invalidatepage() length argumentLukas Czerner2013-05-211-6/+6
* ocfs2: use ->invalidatepage() length argumentLukas Czerner2013-05-211-2/+1
* xfs: use ->invalidatepage() length argumentLukas Czerner2013-05-212-9/+15
* jbd: change journal_invalidatepage() to accept lengthLukas Czerner2013-05-212-8/+17
* ext4: use ->invalidatepage() length argumentLukas Czerner2013-05-211-11/+19
* jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-213-9/+21
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-2123-46/+88
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-05-1821-246/+301
|\
| * Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2013-05-1716-174/+181
| |\
| | * Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik2013-05-171-18/+21
| | * Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens2013-05-171-0/+2
| | * btrfs: do away with non-whole_page extent I/OAlexandre Oliva2013-05-171-55/+30
| | * Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie2013-05-171-0/+6
| | * Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie2013-05-171-1/+0
| | * Btrfs: pause the space balance when remounting to R/OMiao Xie2013-05-171-0/+1
| | * Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie2013-05-171-4/+3
| | * Btrfs: fix accessing a freed tree rootMiao Xie2013-05-171-1/+1
| | * Btrfs: return errno if possible when we fail to allocate memoryLiu Bo2013-05-171-2/+6
| | * Btrfs: update the global reserve if it is emptyMiao Xie2013-05-171-1/+8
| | * Btrfs: don't steal the reserved space from the global reserve if their space ...Miao Xie2013-05-171-2/+4
| | * Btrfs: optimize the error handle of use_block_rsv()Miao Xie2013-05-171-37/+28
| | * Btrfs: don't use global block reservation for inode cache truncationMiao Xie2013-05-175-22/+34
| | * Btrfs: don't abort the current transaction if there is no enough space for in...Miao Xie2013-05-171-1/+2
| | * Correct allowed raid levels on balance.Andreas Philipp2013-05-171-7/+6
| | * Btrfs: fix possible memory leak in replace_path()Stefan Behrens2013-05-171-1/+1
| | * Btrfs: fix possible memory leak in the find_parent_nodes()Wang Shilong2013-05-171-1/+2