summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko2017-10-211-1/+4
* Btrfs: fix potential use-after-free for cloned bioLiu Bo2017-10-081-1/+1
* Btrfs: fix segmentation fault when doing dio readLiu Bo2017-10-081-2/+6
* btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-10-051-0/+4
* btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota2017-10-051-1/+1
* btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota2017-10-051-1/+1
* btrfs: resume qgroup rescan on rw remountAleksa Sarai2017-09-131-0/+2
* Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-08-111-4/+0
* Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-08-061-2/+9
* Btrfs: fix lockdep warning about log_mutexLiu Bo2017-08-061-3/+10
* Btrfs: use down_read_nested to make lockdep silentLiu Bo2017-08-061-1/+2
* btrfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-271-6/+7
* Btrfs: fix truncate down when no_holes feature is enabledLiu Bo2017-07-051-1/+12
* Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra2017-07-051-2/+2
* crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-241-1/+4
* btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-06-141-0/+1
* btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba2017-06-141-2/+2
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-141-2/+4
* Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval2017-02-011-2/+0
* Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval2017-02-011-0/+1
* Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval2017-02-011-4/+1
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-191-0/+3
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-191-1/+1
* btrfs: fix crash when tracepoint arguments are freed by wq callbacksDavid Sterba2017-01-191-4/+11
* Btrfs: fix qgroup rescan worker initializationFilipe Manana2017-01-061-4/+1
* Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana2017-01-061-1/+12
* btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba2017-01-061-0/+4
* Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana2017-01-061-3/+12
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-061-2/+1
* Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko2017-01-061-2/+2
* Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo2017-01-061-3/+7
* btrfs: limit async_work allocation and worker func durationMaxim Patlasov2017-01-063-2/+19
* Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2016-11-045-9/+29
|\
| * btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang2016-10-241-0/+3
| * Btrfs: remove some no-op castsDan Carpenter2016-10-241-4/+4
| * btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang2016-10-241-2/+2
| * btrfs: make file clone aware of fatal signalsWang Xiaoguang2016-10-241-0/+5
| * btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-10-241-2/+7
| * Btrfs: kill BUG_ON in do_relocationLiu Bo2016-10-171-1/+8
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-282-14/+64
|\ \
| * | btrfs: fix races on root_log_ctx listsChris Mason2016-10-271-14/+6
| * | Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-10-181-0/+58
| |\ \ | | |/ | |/|
| | * Btrfs: fix incremental send failure caused by balanceFilipe Manana2016-10-121-0/+58
* | | btrfs: assign error values to the correct bio structsJunjie Mao2016-10-171-2/+2
* | | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-147-156/+261
|\| |
| * | Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-127-156/+261
| |\ \ | | |/ | |/|
| | * btrfs: tests: uninline member definitions in free_space_extentDavid Sterba2016-10-031-1/+2
| | * btrfs: tests: constify free space extent specsDavid Sterba2016-10-031-11/+11
| | * Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval2016-10-031-68/+96