summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King2018-04-131-1/+1
* btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke2018-04-081-1/+1
* Btrfs: fix extent map leak during fallocate error pathFilipe Manana2018-03-241-1/+3
* Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana2018-03-241-2/+21
* Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana2018-03-241-2/+4
* btrfs: fix a bogus warning when converting only data or metadataAdam Borowski2018-03-241-3/+9
* btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov2018-03-221-0/+1
* btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg2018-03-221-5/+6
* btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández2018-03-111-1/+5
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-221-0/+18
* Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-221-1/+1
* Btrfs: fix extent state leak from tree logLiu Bo2018-02-221-2/+3
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-221-0/+9
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-221-1/+4
* btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov2018-02-171-2/+9
* btrfs: fix deadlock when writing out space cacheJosef Bacik2018-02-031-1/+2
* Btrfs: fix an integer overflow checkDan Carpenter2017-12-251-1/+6
* btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET2017-12-201-1/+2
* btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-12-201-0/+14
* btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney2017-12-141-0/+1
* btrfs: clear space cache inode generation alwaysJosef Bacik2017-12-051-7/+7
* btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2017-11-301-3/+1
* 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