summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Btrfs: only fua the first superblock when writting supersWang Shilong2014-01-281-1/+4
| * | | | | Btrfs: return free space to global_rsv as much as possibleLiu Bo2014-01-281-1/+1
| * | | | | Btrfs: fix an oops when we fail to relocate tree blocksWang Shilong2014-01-281-0/+6
| * | | | | Btrfs: fix the wrong nocow range checkMiao Xie2014-01-281-2/+5
| * | | | | Btrfs: fix an oops when we fail to merge reloc rootsWang Shilong2014-01-281-7/+3
| * | | | | Btrfs: remove unused argument from select_reloc_root()Wang Shilong2014-01-281-4/+2
| * | | | | Btrfs: reduce btree node locking duration on item updateFilipe David Borba Manana2014-01-282-10/+14
| * | | | | fs/btrfs: Integer overflow in btrfs_ioctl_resize()Wenliang Fan2014-01-281-0/+4
| * | | | | Btrfs: stop caching thread if extent_commit_sem is contendedJosef Bacik2014-01-281-1/+2
| * | | | | Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie2014-01-284-6/+157
| * | | | | Btrfs: use flags instead of the bool variants in delayed nodeMiao Xie2014-01-282-18/+21
| * | | | | Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie2014-01-283-9/+1
| * | | | | Btrfs: cleanup code of btrfs_balance_delayed_items()Miao Xie2014-01-281-23/+11
| * | | | | Btrfs: don't run delayed nodes again after all nodes flushMiao Xie2014-01-281-0/+1
| * | | | | Btrfs: remove residual code in delayed inode async helperMiao Xie2014-01-281-27/+0
| * | | | | Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-2829-329/+358
| * | | | | Btrfs: fix tree mod loggingFilipe David Borba Manana2014-01-281-89/+296
| * | | | | btrfs: check balance of send_in_progressDavid Sterba2014-01-281-18/+20
| * | | | | Btrfs: remove transaction from btrfs sendWang Shilong2014-01-281-33/+0
| * | | | | Btrfs: fix double initialization of the raid kobjectMiao Xie2014-01-281-4/+5
| * | | | | Btrfs: fix a warning when iput a fileWang Shilong2014-01-281-0/+2
| * | | | | btrfs: Check read-only status of roots during sendDavid Sterba2014-01-283-3/+79
| * | | | | btrfs: remove unused mnt from send_ctxDavid Sterba2014-01-281-4/+0
| * | | | | btrfs: send: clean up dead codeDavid Sterba2014-01-281-50/+8
| * | | | | Btrfs: fix deadlock when iterating inode refs and running delayed inodesFilipe David Borba Manana2014-01-281-7/+12
| * | | | | Btrfs: remove dead comments for read_csums()Wang Shilong2014-01-281-6/+0
| * | | | | Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info structFilipe David Borba Manana2014-01-281-1/+0
| * | | | | Btrfs: fix use of uninitialized err variableFilipe David Borba Manana2014-01-281-1/+1
| * | | | | Btrfs: remove unnecessary filemap writting and waiting after block group relo...Wang Shilong2014-01-281-5/+0
| * | | | | Btrfs: fix error check of btrfs_lookup_dentry()Tsutomu Itoh2014-01-282-7/+21
| * | | | | Btrfs: return immediately if tree log mod is not necessaryFilipe David Borba Manana2014-01-281-1/+1
| * | | | | Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik2014-01-284-39/+34
| * | | | | Btrfs: use a bit to track if we're in the radix treeJosef Bacik2014-01-282-3/+5
| * | | | | Btrfs: deal with io_tree->mapping being NULLJosef Bacik2014-01-281-8/+16
| * | | | | Btrfs: more efficient push_leaf_rightFilipe David Borba Manana2014-01-281-0/+13
| * | | | | Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong2014-01-282-27/+19
| * | | | | Btrfs: fix wrong super generation mismatch when scrubbing supersWang Shilong2014-01-281-19/+26
| * | | | | Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana2014-01-281-3/+3
| * | | | | Btrfs: fix extent_map block_len after mergingFilipe David Borba Manana2014-01-281-1/+1
| * | | | | btrfs: remove dead codeMichal Nazarewicz2014-01-281-6/+1
| * | | | | Btrfs: fix max dir item size calculationFilipe David Borba Manana2014-01-281-1/+1
| * | | | | Btrfs: more efficient extent state insertionsFilipe David Borba Manana2014-01-281-21/+55
| * | | | | Btrfs: add missing extent state caching callsFilipe David Borba Manana2014-01-281-1/+3
| * | | | | Btrfs: faster and more efficient extent map insertionFilipe David Borba Manana2014-01-281-31/+41
| * | | | | Btrfs: fix extent boundary check in bio_readpage_errorFilipe David Borba Manana2014-01-281-1/+1
| * | | | | Btrfs: try harder to avoid btree node splitsFilipe David Borba Manana2014-01-281-6/+14
| * | | | | Btrfs: avoid unnecessary ordered extent cache resetsFilipe David Borba Manana2014-01-281-1/+2
| * | | | | btrfs: fix leaks during sysfs teardownJeff Mahoney2014-01-281-60/+73
| * | | | | btrfs: fix static checker warningsJeff Mahoney2014-01-281-2/+2
| * | | | | Btrfs: fix very slow inode eviction and fs unmountFilipe David Borba Manana2014-01-281-14/+84
OpenPOWER on IntegriCloud