summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba2018-05-282-2/+4
* btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba2018-05-283-103/+99Star
* btrfs: export and rename free_deviceDavid Sterba2018-05-282-12/+13
* btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba2018-05-282-2/+7
* btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba2018-05-281-13/+3Star
* btrfs: cleanup btrfs_rm_device() promote fs_devices pointerAnand Jain2018-05-281-7/+6Star
* btrfs: cleanup find_device() drop list_head pointerAnand Jain2018-05-281-2/+1Star
* btrfs: rename __btrfs_open_devices to open_fs_devicesAnand Jain2018-05-281-4/+3Star
* btrfs: rename __btrfs_close_devices to close_fs_devicesAnand Jain2018-05-281-6/+6
* btrfs: cleanup __btrfs_open_devices() drop head pointerAnand Jain2018-05-281-2/+1Star
* btrfs: rename struct btrfs_fs_devices::listAnand Jain2018-05-283-10/+10
* btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov2018-05-283-4/+2Star
* btrfs: Drop fs_info parameter from add_delayed_data_refNikolay Borisov2018-05-281-7/+5Star
* btrfs: Drop add_delayed_ref_head fs_info parameterNikolay Borisov2018-05-281-11/+10Star
* btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov2018-05-282-8/+2Star
* btrfs: Remove tree argument from extent_writepagesNikolay Borisov2018-05-283-9/+4Star
* btrfs: Use list_empty instead of list_empty_carefulNikolay Borisov2018-05-281-2/+2
* btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov2018-05-283-9/+7Star
* btrfs: Remove map argument from try_release_extent_stateNikolay Borisov2018-05-281-3/+2Star
* btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov2018-05-283-13/+5Star
* btrfs: Allow rmdir(2) to delete an empty subvolumeMisono Tomohiro2018-05-281-1/+1
* btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro2018-05-283-136/+144
* btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro2018-05-283-54/+56
* btrfs: remove unused le_test_bit()Howard McLauchlan2018-05-281-5/+0Star
* btrfs: optimize free space tree bitmap conversionHoward McLauchlan2018-05-281-38/+23Star
* btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan2018-05-283-43/+20Star
* btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-284-8/+11
* btrfs: tests: pass fs_info to extent_map testsDavid Sterba2018-05-281-16/+36
* btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov2018-05-281-5/+7
* btrfs: Fix lock release orderNikolay Borisov2018-05-281-1/+1
* btrfs: Use while loop instead of labels in __endio_write_update_orderedNikolay Borisov2018-05-281-27/+25Star
* btrfs: add comment about BTRFS_FS_EXCL_OPAnand Jain2018-05-281-0/+35
* btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov2018-05-283-10/+5Star
* btrfs: rename btrfs_get_block_group_info and make it staticSu Yue2018-05-282-6/+4Star
* btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov2018-05-281-7/+13
* proc: fix smaps and meminfo alignmentHugh Dickins2018-05-261-5/+0Star
* ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge2018-05-261-10/+1Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
|\
| * IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
* | Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-241-1/+2
|\ \
| * | Btrfs: fix error handling in btrfs_truncate()Omar Sandoval2018-05-241-1/+2
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-2123-112/+133
|\ \ \
| * | | aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro2018-05-211-2/+2
| * | | ext2: fix a block leakAl Viro2018-05-211-10/+0Star
| * | | nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+22
| * | | cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+10
| * | | unfuck sysfs_mount()Al Viro2018-05-211-3/+3
| * | | kernfs: deal with kernfs_fill_super() failuresAl Viro2018-05-211-0/+1
| * | | cramfs: Fix IS_ENABLED typoJoe Perches2018-05-211-1/+1
| * | | befs_lookup(): use d_splice_alias()Al Viro2018-05-211-12/+5Star