summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-184-6/+34
|\
| * Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-07-141-0/+14
| * Btrfs: fix order by which delayed references are runFilipe Manana2015-07-111-0/+13
| * Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana2015-07-111-2/+2
| * Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-07-111-1/+3
| * Btrfs: fix shrinking truncate when the no_holes feature is enabledFilipe Manana2015-07-111-3/+2Star
* | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-1113-124/+641
|\|
| * Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang2015-07-021-1/+1
| * Btrfs: fix warning of bytes_may_useLiu Bo2015-07-022-3/+15
| * Btrfs: fix hang when failing to submit bio of directIOLiu Bo2015-07-021-3/+0Star
| * Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()Filipe Manana2015-07-021-2/+3
| * Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana2015-07-022-18/+52
| * btrfs: don't update mtime/ctime on deduped inodesMark Fasheh2015-07-021-10/+14
| * btrfs: allow dedupe of same inodeMark Fasheh2015-07-021-16/+60
| * btrfs: fix deadlock with extent-same and readpageMark Fasheh2015-07-021-31/+117
| * btrfs: pass unaligned length to btrfs_cmp_data()Mark Fasheh2015-07-021-1/+2
| * Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana2015-07-021-0/+108
| * Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana2015-06-301-0/+104
| * Btrfs: fix fsync data loss after append writeFilipe Manana2015-06-301-5/+9
| * Btrfs: fix crash on close_ctree() if cleaner starts new transactionFilipe Manana2015-06-301-0/+29
| * Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-06-301-4/+11
| * Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-06-301-1/+1
| * Btrfs: fix race between balance and unused block group deletionFilipe Manana2015-06-304-6/+58
| * btrfs: add error handling for scrub_workers_get()Zhao Lei2015-06-301-19/+20
| * btrfs: cleanup noused initialization of dev in btrfs_end_bio()Zhao Lei2015-06-301-1/+1
| * btrfs: qgroup: allow user to clear the limitation on qgroupYang Dongsheng2015-06-301-8/+41
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\ \
| * | fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-241-1/+1
* | | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-0135-1656/+1695
|\ \ \ | | |/ | |/|
| * | btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()Dan Carpenter2015-06-241-9/+11
| * | Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linu...Chris Mason2015-06-237-53/+238
| |\ \
| | * | Btrfs: Check if kobject is initialized before putAnand Jain2015-06-221-3/+5
| | * | Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2015-06-192-1/+7
| | * | Btrfs: free the stale deviceAnand Jain2015-06-191-0/+61
| | * | Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issueAnand Jain2015-05-271-1/+1
| | * | Btrfs: sysfs: add support to add parent for fsidAnand Jain2015-05-271-2/+2
| | * | Btrfs: sysfs: separate kobject and attribute creationAnand Jain2015-05-272-14/+19
| | * | Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain2015-05-272-1/+2
| | * | Btrfs: sysfs: make btrfs_sysfs_add_device() non staticAnand Jain2015-05-271-0/+1
| | * | Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain2015-05-272-1/+3
| | * | Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain2015-05-274-10/+10
| | * | Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain2015-05-274-7/+6Star
| | * | Btrfs: sysfs: provide framework to remove all fsid sysfs kobjectAnand Jain2015-05-271-1/+16
| | * | Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain2015-05-273-0/+25
| | * | Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain2015-05-272-0/+5
| | * | Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain2015-05-274-43/+56
| | * | Btrfs: sysfs: separate device kobject and its attribute creationAnand Jain2015-05-271-6/+15
| | * | Btrfs: sysfs: let default_attrs be separate from the ksetAnand Jain2015-05-271-4/+8
| | * | Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsidAnand Jain2015-05-271-1/+14
| | * | Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsidAnand Jain2015-05-271-4/+4