summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana
2014-10-03btrfs: add more superblock checksDavid Sterba
2014-10-03Btrfs: fix race in WAIT_SYNC ioctlSage Weil
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana
2014-10-03Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick
2014-10-03btrfs: fix shadow warning on cmpFabian Frederick
2014-10-03Btrfs: fix compilation errors under DEBUGFabian Frederick
2014-10-03Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo
2014-10-03Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana
2014-10-03btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo
2014-10-03Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik
2014-10-03Btrfs: cleanup error handling in build_backref_treeJosef Bacik
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba
2014-10-02btrfs: new define for the inline extent data startDavid Sterba
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba
2014-10-02btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba
2014-10-02btrfs: let merge_reloc_roots return voidDavid Sterba
2014-10-02btrfs: remove unused members from struct scrub_warningDavid Sterba
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba
2014-10-02btrfs: fix error labels in init_btrfs_fsDavid Sterba
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba
2014-10-02btrfs: remove unused extent state bitsDavid Sterba
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana
2014-10-01btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba
2014-10-01btrfs: defrag, use unsigned type for extent threshDavid Sterba
2014-09-22Btrfs: try not to ENOSPC on log replayJosef Bacik
2014-09-22Btrfs: don't do async reclaim during log replayJosef Bacik
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana
2014-09-19Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana
2014-09-18btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo
2014-09-17Btrfs: fix up bounds checking in lseekLiu Bo
2014-09-17Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie
2014-09-17Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: split bio_readpage_error into several functionsMiao Xie
2014-09-17Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie
2014-09-17Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie
2014-09-17Btrfs: cleanup similar code of the buffered data data check and dio read data...Miao Xie
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie
2014-09-17Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie
2014-09-17Btrfs: move the missing device to its own fs device listMiao Xie
2014-09-17Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie
2014-09-17Btrfs: make the logic of source device removing more clearMiao Xie
2014-09-17Btrfs: fix use-after-free problem of the device during device replaceMiao Xie