aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-22btrfs: its btrfs_err() instead of btrfs_error()Anand Jain1-1/+1
2015-07-22btrfs: Avoid NULL pointer dereference of free_extent_buffer when read_tree_block() failZhao Lei1-1/+2
2015-07-22btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()Zhao Lei1-1/+2
2015-07-14Btrfs: fix file corruption after cloning inline extentsFilipe Manana1-0/+14
2015-07-11Btrfs: fix order by which delayed references are runFilipe Manana1-0/+13
2015-07-11Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana1-2/+2
2015-07-11Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-07-11Btrfs: fix shrinking truncate when the no_holes feature is enabledFilipe Manana1-3/+2
2015-07-01Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang1-1/+1
2015-07-01Btrfs: fix warning of bytes_may_useLiu Bo2-3/+15
2015-07-01Btrfs: fix hang when failing to submit bio of directIOLiu Bo1-3/+0
2015-07-01Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()Filipe Manana1-2/+3
2015-07-01Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana2-18/+52
2015-07-01btrfs: don't update mtime/ctime on deduped inodesMark Fasheh1-10/+14
2015-07-01btrfs: allow dedupe of same inodeMark Fasheh1-16/+60
2015-07-01btrfs: fix deadlock with extent-same and readpageMark Fasheh1-31/+117
2015-07-01btrfs: pass unaligned length to btrfs_cmp_data()Mark Fasheh1-1/+2
2015-07-01Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana1-0/+108
2015-06-30Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana1-0/+104
2015-06-30Btrfs: fix fsync data loss after append writeFilipe Manana1-5/+9
2015-06-30Btrfs: fix crash on close_ctree() if cleaner starts new transactionFilipe Manana1-0/+29
2015-06-30Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana1-4/+11
2015-06-30Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-06-30Btrfs: fix race between balance and unused block group deletionFilipe Manana4-6/+58
2015-06-30btrfs: add error handling for scrub_workers_get()Zhao Lei1-19/+20
2015-06-30btrfs: cleanup noused initialization of dev in btrfs_end_bio()Zhao Lei1-1/+1
2015-06-30btrfs: qgroup: allow user to clear the limitation on qgroupYang Dongsheng1-8/+41
2015-06-24btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()Dan Carpenter1-9/+11
2015-06-23Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into anandChris Mason7-53/+238
2015-06-22Btrfs: Check if kobject is initialized before putAnand Jain1-3/+5
2015-06-19Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2-1/+7
2015-06-19Btrfs: free the stale deviceAnand Jain1-0/+61
2015-06-12Btrfs: use received_uuid of parent during sendJosef Bacik1-4/+21
2015-06-12Btrfs: fix use-after-free in btrfs_replay_logLiu Bo1-1/+2
2015-06-10btrfs: wait for delayed iputs on no spaceZhao Lei1-0/+3
2015-06-10btrfs: qgroup: Make snapshot accounting work with new extent-orientedQu Wenruo1-20/+33
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo4-0/+40
2015-06-10btrfs: ulist: Add ulist_del() function.Qu Wenruo2-11/+37
2015-06-10btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo4-917/+3
2015-06-10btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo3-27/+89
2015-06-10btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo2-100/+28
2015-06-10btrfs: qgroup: Switch rescan to new mechanism.Qu Wenruo1-36/+7
2015-06-10btrfs: qgroup: Add new qgroup calculation functionQu Wenruo3-0/+118
2015-06-10btrfs: backref: Add special time_seq == (u64)-1 case forQu Wenruo1-6/+29
2015-06-10btrfs: qgroup: Add new function to record old_roots.Qu Wenruo2-0/+29
2015-06-10btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo5-7/+95
2015-06-10btrfs: qgroup: Add function qgroup_update_counters().Qu Wenruo1-0/+120
2015-06-10btrfs: qgroup: Add function qgroup_update_refcnt().Qu Wenruo1-0/+58
2015-06-10btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent()Qu Wenruo1-21/+21
2015-06-10btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read.Qu Wenruo1-41/+54