summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-04btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik1-1/+0
2020-01-04btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik1-6/+4
2019-12-21btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2018-11-21Btrfs: fix cur_offset in the error case for nocowRobbie Ko1-3/+2
2018-11-13Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-11-10Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo1-1/+1
2018-07-03Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-3/+30
2018-07-03Btrfs: fix return value on rename exchange failureFilipe Manana1-1/+3
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-12/+4
2018-03-24Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana1-2/+4
2018-02-22Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo1-1/+1
2018-02-22Btrfs: fix deadlock in run_delalloc_nocowLiu Bo1-1/+4
2018-02-17btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov1-2/+9
2017-12-20btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14
2017-10-08Btrfs: fix segmentation fault when doing dio readLiu Bo1-2/+6
2017-08-07Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo1-2/+9
2017-07-05Btrfs: fix truncate down when no_holes feature is enabledLiu Bo1-1/+12
2017-07-05Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra1-2/+2
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
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
2016-11-05Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds1-4/+9
2016-10-24btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang1-2/+2
2016-10-24btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues1-2/+7
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+43
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+12
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-12/+0
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 Torvalds1-16/+1
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 Viro1-1/+1
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-12/+0
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani1-11/+11
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-7/+9
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+6
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-2/+2
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo1-14/+26
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi1-15/+0
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche1-2/+3
2016-08-27Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+27
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-10/+27
2016-08-10Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+36
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason1-10/+36
2016-08-05Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-103/+115
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana1-1/+18