summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: create the uuid tree on remount rwJosef Bacik2013-09-211-0/+10
* btrfs: refuse to remount read-write after abortDavid Sterba2013-09-211-0/+6
* Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik2013-09-211-1/+1
* btrfs: show compiled-in config features at module load timeStefan Behrens2013-09-211-0/+3
* Btrfs: allocate prelim_ref with a slab allocaterWang Shilong2013-09-011-0/+8
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-6/+4
* Btrfs: add mount option to force UUID tree checkingStefan Behrens2013-09-011-1/+7
* Btrfs: separate out tests into their own directoryJosef Bacik2013-09-011-5/+14
* btrfs: add mount option to set commit intervalDavid Sterba2013-09-011-0/+27
* Btrfs: add missing mounting options in btrfs_show_options()Wang Shilong2013-09-011-0/+14
* Btrfs: use u64 for subvolid when parsing mount optionsWang Shilong2013-09-011-9/+7
* Btrfs: add sanity checks regarding to parsing mount optionsWang Shilong2013-09-011-10/+37
* Btrfs: stop waiting on current trans if we abortedJosef Bacik2013-07-011-0/+3
* Btrfs: do delay iput in sync_fsJosef Bacik2013-06-141-1/+1
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-1/+1
* Btrfs: cleanup: don't check the same thing twiceStefan Behrens2013-06-141-3/+0
* btrfs: show compiled-in config features at module load timeDavid Sterba2013-06-141-2/+13
* btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba2013-06-141-2/+0
* Btrfs: pause the space balance when remounting to R/OMiao Xie2013-05-171-0/+1
* Btrfs: fix lockdep warningJosef Bacik2013-05-061-1/+1
* Btrfs: fix unblocked autodefraggers when remountMiao Xie2013-05-061-3/+7
* Btrfs: fix infinite loop when we abort on mountJosef Bacik2013-05-061-3/+2
* btrfs: cover more error codes in btrfs_decode_errorDavid Sterba2013-05-061-0/+6
* btrfs: deprecate subvolrootid mount optionDavid Sterba2013-05-061-13/+4
* Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-6/+6
* btrfs: clean up transaction abort messagesDavid Sterba2013-05-061-25/+22
* btrfs: merge save_error_info helpers into oneDavid Sterba2013-05-061-6/+1
* Btrfs: add some free space cache testsJosef Bacik2013-05-061-0/+5
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Btrfs: fix remount vs autodefragMiao Xie2013-02-211-2/+38
* Btrfs: fix uncompleted transactionMiao Xie2013-02-201-2/+2
* btrfs: fix varargs in __btrfs_std_errorEric Sandeen2013-02-201-7/+7
* btrfs: annotate intentional switch case fallthroughsEric Sandeen2013-02-201-0/+1
* btrfs: handle null fs_info in btrfs_panic()Eric Sandeen2013-02-201-1/+1
* btrfs: remove unused fs_info from btrfs_decode_error()Eric Sandeen2013-02-201-5/+4
* Btrfs: use bit operation for ->fs_stateMiao Xie2013-02-201-2/+2
* Btrfs: protect fs_info->alloc_startMiao Xie2013-02-201-0/+4
* Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-201-1/+1
* Btrfs: use slabs for delayed reference allocationMiao Xie2013-02-201-1/+8
* Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie2013-01-241-1/+1
* Btrfs: use slabs for auto defrag allocationMiao Xie2012-12-161-1/+8
* Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens2012-12-121-0/+13
* Btrfs: add code to scrub to copy read data to another diskStefan Behrens2012-12-121-1/+2
* Btrfs: disallow some operations on the device replace target deviceStefan Behrens2012-12-121-1/+2
* Btrfs: avoid risk of a deadlock in btrfs_handle_errorStefan Behrens2012-12-121-1/+10
* Btrfs: pass fs_info instead of rootStefan Behrens2012-12-121-1/+1
* Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens2012-12-121-0/+9
* Btrfs: make compress and nodatacow mount options mutually exclusiveAndrei Popa2012-10-091-1/+13
* btrfs: fix message printingDaniel J Blueman2012-10-091-4/+4
* Btrfs: fix orphan transaction on the freezed filesystemMiao Xie2012-10-091-4/+14