summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-04-19ext4: move quota initialization out of inode allocation transactionJan Kara
2013-04-18ext4: reserve xattr index for Rich ACL supportTheodore Ts'o
2013-04-12ext4: clear buffer_uninit flag when submitting IOJan Kara
2013-04-12ext4: use io_end for multiple biosJan Kara
2013-04-12ext4: make ext4_bio_write_page() use BH_Async_Write flagsJan Kara
2013-04-12ext4: Use kstrtoul() instead of parse_strtoul()Lukas Czerner
2013-04-12ext4: defragmentation code cleanupDmitry Monakhov
2013-04-11ext4: do not convert to indirect with bigalloc enabledLukas Czerner
2013-04-11ext4: move ext4_ind_migrate() into migrate.cLukas Czerner
2013-04-10ext4: fix miscellaneous big endian warningsTheodore Ts'o
2013-04-10ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov
2013-04-10ext4: fix big-endian bug in extent migration codeDmitry Monakhov
2013-04-10ext4: fix usless declarationsDmitri Monakho
2013-04-10ext4: introduce reserved spaceLukas Czerner
2013-04-09ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKSJan Kara
2013-04-09ext4: speed-up releasing blocks on commitAndrey Sidorov
2013-04-09ext4: fix free space estimate in ext4_nonda_switch()Eric Whitney
2013-04-09ext4: fix deadlock with quota featureJan Kara
2013-04-08ext4: fix incorrect lock ordering for ext4_ind_migrateDmitry Monakhov
2013-04-08ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck
2013-04-04ext4: print more info in ext4_print_free_blocks()Lukas Czerner
2013-04-04ext4: try to prepend extent to the existing oneLukas Czerner
2013-04-04ext4: Transfer initialized block to right neighbor if possibleLukas Czerner
2013-04-04ext4: introduce ext4_get_group_number()Lukas Czerner
2013-04-04ext4: make ext4_block_in_group() much more efficientLukas Czerner
2013-04-04ext4: unregister es_shrinker if mount failedDmitry Monakhov
2013-04-04ext4: fix journal callback list traversalDmitry Monakhov
2013-04-04jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov
2013-04-04ext4: support simple conversion of extent-mapped inodes to use i_blocksTheodore Ts'o
2013-04-04ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o
2013-04-04ext4: add might_sleep() annotationsTheodore Ts'o
2013-04-04ext4: add mutex_is_locked() assertion to ext4_truncate()Theodore Ts'o
2013-04-03ext4: refactor truncate codeTheodore Ts'o
2013-04-03ext4: refactor punch hole codeTheodore Ts'o
2013-04-03ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()Theodore Ts'o
2013-04-03ext4: fold ext4_generic_write_end() into ext4_write_end()Zheng Liu
2013-04-03ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o
2013-04-03ext4: fix big-endian bugs which could cause fs corruptionsZheng Liu
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-29Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik
2013-03-28Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-28Btrfs: fix wrong return value of btrfs_lookup_csum()Miao Xie
2013-03-28Btrfs: fix wrong reservation of csumsMiao Xie
2013-03-28Btrfs: fix double free in the btrfs_qgroup_account_ref()Wang Shilong
2013-03-28Btrfs: limit the global reserve to 512mbJosef Bacik
2013-03-28Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik
2013-03-28Btrfs: fix space accounting for unlink and renameJosef Bacik
2013-03-28Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik
2013-03-28Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesJan Schmidt