aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| | * | | | | Btrfs: stop using write_one_pageJosef Bacik2011-10-19
| | * | | | | Btrfs: introduce convert_extent_bitJosef Bacik2011-10-19
| | * | | | | Btrfs: check unused against how much space we actually wantJosef Bacik2011-10-19
| | * | | | | Btrfs: fix orphan cleanup regressionJosef Bacik2011-10-19
| | * | | | | Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-19
| | * | | | | Btrfs: delay iput when deleting a block groupJosef Bacik2011-10-19
| | * | | | | Btrfs: make sure to unset trans->block_rsv before running delayed refsJosef Bacik2011-10-19
| | * | | | | Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-19
| | * | | | | Btrfs: don't get the block_rsv in btrfs_free_tree_blockJosef Bacik2011-10-19
| | * | | | | Btrfs: use the transactions block_rsv for the csum rootJosef Bacik2011-10-19
| | * | | | | Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-19
| | * | | | | Btrfs: put the block group cache after we commit the superJosef Bacik2011-10-19
| | * | | | | Btrfs: set truncate block rsv's sizeJosef Bacik2011-10-19
| | * | | | | Btrfs: don't increase the block_rsv's size when emergency allocating spaceJosef Bacik2011-10-19
| | * | | | | Btrfs: fix space leak when we fail to make an allocationJosef Bacik2011-10-19
| | * | | | | Btrfs: fix call to btrfs_search_slot in free space cacheJosef Bacik2011-10-19
| | * | | | | Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-19
| | * | | | | Btrfs: reduce the amount of space needed for truncatesJosef Bacik2011-10-19
| | * | | | | Btrfs: only reserve space in fallocate if we have to do a preallocateJosef Bacik2011-10-19
| | * | | | | Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik2011-10-19
| | * | | | | Btrfs: optimize how we account for space in truncateJosef Bacik2011-10-19
| | * | | | | Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik2011-10-19
| | * | | | | Btrfs: kill unused parts of block_rsvJosef Bacik2011-10-19
| | * | | | | Btrfs: ratelimit the generation printk for the free space cacheJosef Bacik2011-10-19
| | * | | | | Btrfs: fix how we reserve space for deleting inodesJosef Bacik2011-10-19
| | * | | | | Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-19
| | * | | | | Btrfs: kill the orphan space calculation for snapshotsJosef Bacik2011-10-19
| | * | | | | Btrfs: calculate checksum space correctlyJosef Bacik2011-10-19
| | * | | | | Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik2011-10-19
| | * | | | | Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik2011-10-19
| | * | | | | Btrfs: fix how we mount subvol=<whatever>Josef Bacik2011-10-19
| | * | | | | Btrfs: use d_obtain_alias when mounting subvol/subvolidJosef Bacik2011-10-19
| | * | | | | Btrfs: kill reserved_bytes in inodeJosef Bacik2011-10-19
| | * | | | | Btrfs: move stuff around in btrfs_inode to get better packingJosef Bacik2011-10-19
* | | | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\ \ \ \ \ \ \
| * | | | | | | fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-31
| * | | | | | | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-31
* | | | | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\ \ \ \ \ \ \ \
| * | | | | | | | writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-30
| * | | | | | | | writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth2011-10-30
| * | | | | | | | writeback: per-bdi background thresholdWu Fengguang2011-10-03
| * | | | | | | | writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang2011-10-03
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-11-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ceph/super.c: quiet sparse noiseH Hartley Sweeten2011-11-06
| * | | | | | | | | ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten2011-11-06
| * | | | | | | | | ceph: use new D_COMPLETE dentry flagSage Weil2011-11-06
| * | | | | | | | | ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-03
* | | | | | | | | | VFS: fix statfs() automounter semantics regressionDan McGee2011-11-04
* | | | | | | | | | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | block: add GENHD_FL_NO_PART_SCANTejun Heo2011-08-23