summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-02-15btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-02-01Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval1-2/+0
2017-02-01Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval1-0/+1
2017-02-01Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval1-4/+1
2017-01-19btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney1-0/+3
2017-01-19btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney1-1/+1
2017-01-19btrfs: fix crash when tracepoint arguments are freed by wq callbacksDavid Sterba1-4/+11
2017-01-06Btrfs: fix qgroup rescan worker initializationFilipe Manana1-4/+1
2017-01-06Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana1-1/+12
2017-01-06btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba1-0/+4
2017-01-06Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana1-3/+12
2017-01-06Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-01-06Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko1-2/+2
2017-01-06Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo1-3/+7
2017-01-06btrfs: limit async_work allocation and worker func durationMaxim Patlasov3-2/+19
2016-11-05Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds5-9/+29
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+64
2016-10-27btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-10-24btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang1-0/+3
2016-10-24Btrfs: remove some no-op castsDan Carpenter1-4/+4
2016-10-24btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang1-2/+2
2016-10-24btrfs: make file clone aware of fatal signalsWang Xiaoguang1-0/+5
2016-10-24btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues1-2/+7
2016-10-18Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-0/+58
2016-10-18btrfs: assign error values to the correct bio structsJunjie Mao1-2/+2
2016-10-17Btrfs: kill BUG_ON in do_relocationLiu Bo1-1/+8
2016-10-15Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-156/+261
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason7-156/+261
2016-10-12Btrfs: fix incremental send failure caused by balanceFilipe Manana1-0/+58
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds43-1071/+1563
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-22/+22
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro3-7/+16
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-12/+0
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason2-11/+15
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-25/+7
2016-10-10[btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-5/+3
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro4-19/+3
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-12/+0
2016-10-08Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba1-1/+2
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval1-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval1-36/+51
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval3-1/+13
2016-10-03Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval1-12/+12
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval3-27/+76
2016-09-28posix_acl: xattr representation cleanupsAndreas Gruenbacher1-1/+1
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani5-21/+21