summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2011-10-19Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik
2011-10-19Btrfs: optimize how we account for space in truncateJosef Bacik
2011-10-19Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik
2011-10-19Btrfs: kill unused parts of block_rsvJosef Bacik
2011-10-19Btrfs: ratelimit the generation printk for the free space cacheJosef Bacik
2011-10-19Btrfs: fix how we reserve space for deleting inodesJosef Bacik
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik
2011-10-19Btrfs: kill the orphan space calculation for snapshotsJosef Bacik
2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik
2011-10-19Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik
2011-10-19Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik
2011-10-19Btrfs: fix how we mount subvol=<whatever>Josef Bacik
2011-10-19Btrfs: use d_obtain_alias when mounting subvol/subvolidJosef Bacik
2011-10-19Btrfs: kill reserved_bytes in inodeJosef Bacik
2011-10-19Btrfs: move stuff around in btrfs_inode to get better packingJosef Bacik
2011-10-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-10-13Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds
2011-10-11xfs: revert to using a kthread for AIL pushingChristoph Hellwig
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig
2011-10-11xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig
2011-10-11Btrfs: make sure not to defrag extents past i_sizeChris Mason
2011-10-10Btrfs: fix recursive auto-defragLi Zefan
2011-10-10Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-10-07[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2Steve French
2011-10-03Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds
2011-10-02btrfs: use readahead API for scrubArne Jansen
2011-10-02btrfs: hooks for readaheadArne Jansen
2011-10-02btrfs: initial readahead code and prototypesArne Jansen
2011-10-02btrfs: state information for readaheadArne Jansen
2011-10-02btrfs: add READAHEAD extent buffer flagArne Jansen
2011-10-02btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen
2011-09-30Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-09-30Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik
2011-09-29btrfs: integrating raid-repair and scrub-fixup-nodatasumJan Schmidt
2011-09-29btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt
2011-09-29btrfs: Put mirror_num in bi_bdevJan Schmidt
2011-09-29btrfs: Do not use bio->bi_bdev after submissionJan Schmidt
2011-09-29btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt
2011-09-29btrfs: new ioctls to do logical->inode and inode->path resolvingJan Schmidt
2011-09-29btrfs scrub: add fixup code for errors on nodatasum filesJan Schmidt
2011-09-29btrfs scrub: use int for mirror_num, not u64Jan Schmidt
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt
2011-09-29btrfs scrub: bugfix: mirror_num off by oneJan Schmidt
2011-09-29btrfs scrub: print paths of corrupted filesJan Schmidt
2011-09-29btrfs scrub: added unverified_errorsJan Schmidt
2011-09-29btrfs: added helper functions to iterate backrefsJan Schmidt
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust
2011-09-26vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds