Gitiles Standalone
repos
/
linux-4.4
/
5f58937a79df1eec97de1ef213b46d7b7d28cde8
/
fs
/
btrfs
00ccaaf
btrfs: ensure that file descriptor used with subvol ioctls is a dir
by Jeff Mahoney
· 9 years ago
6ad7cc3
Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
by Chris Mason
· 9 years ago
a8e7de4
btrfs: Continue write in case of can_not_nocow
by Zhao Lei
· 9 years ago
abf6d71
btrfs: properly track when rescan worker is running
by Jeff Mahoney
· 9 years ago
574fe38
btrfs: waiting on qgroup rescan should not always be interruptible
by Jeff Mahoney
· 9 years ago
5f381cb
block: add missing group association in bio-cloning functions
by Paolo Valente
· 9 years ago
6dae609
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
by Jeff Mahoney
· 9 years ago
e1ce8c2
Btrfs: don't use src fd for printk
by Josef Bacik
· 10 years ago
1653a3b
Btrfs: fix file/data loss caused by fsync after rename and new inode
by Filipe Manana
· 10 years ago
df041de
btrfs: fix crash/invalid memory access on fsync when using overlayfs
by Filipe Manana
· 10 years ago
c842150
Btrfs: fix loading of orphan roots leading to BUG_ON
by Filipe Manana
· 10 years ago
d60a374
btrfs: async-thread: Fix a use-after-free error for trace
by Qu Wenruo
· 10 years ago
08acfd9
btrfs: Fix no_space in write and rm loop
by Zhao Lei
· 10 years ago
2232d6d
Btrfs: fix deadlock running delayed iputs at transaction commit time
by Filipe Manana
· 10 years ago
e59ba55
btrfs: initialize the seq counter in struct btrfs_device
by Sebastian Andrzej Siewior
· 10 years ago
8102f96
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots
by Chandan Rajendra
· 10 years ago
e6edd99
Btrfs: fix transaction handle leak on failure to create hard link
by Filipe Manana
· 10 years ago
c6362a1
Btrfs: fix number of transaction units required to create symlink
by Filipe Manana
· 10 years ago
d70554d
Btrfs: send, don't BUG_ON() when an empty symlink is found
by Filipe Manana
· 10 years ago
ee69540
btrfs: statfs: report zero available if metadata are exhausted
by David Sterba
· 10 years ago
1106639
Btrfs: igrab inode in writepage
by Josef Bacik
· 10 years ago
98d41a0
Btrfs: add missing brelse when superblock checksum fails
by Anand Jain
· 10 years ago
ba6d928
Btrfs: fix direct IO requests not reporting IO error to user space
by Filipe Manana
· 10 years ago
e8eced7
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
by Filipe Manana
· 10 years ago
be1232b
Btrfs: fix page reading in extent_same ioctl leading to csum errors
by Filipe Manana
· 10 years ago
df567e6
Btrfs: fix invalid page accesses in extent_same (dedup) ioctl
by Filipe Manana
· 10 years ago
b58081d
btrfs: properly set the termination value of ctx->pos in readdir
by David Sterba
· 10 years ago
dfd2961
Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"
by David Sterba
· 10 years ago
4e69439
Btrfs: fix fitrim discarding device area reserved for boot loader's use
by Filipe Manana
· 10 years ago
c57e49b
btrfs: handle invalid num_stripes in sys_array
by David Sterba
· 10 years ago
fc315e3
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
1d3a5a8
Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4
by Chris Mason
· 10 years ago
bb1591b4
Btrfs: check prepare_uptodate_page() error code earlier
by Chris Mason
· 10 years ago
1b9b922
Btrfs: check for empty bitmap list in setup_cluster_bitmaps
by Chris Mason
· 10 years ago
9435688
btrfs: fix misleading warning when space cache failed to load
by Holger Hoffstätte
· 10 years ago
8a7d656
Btrfs: fix transaction handle leak in balance
by Filipe Manana
· 10 years ago
348a001
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
by Filipe Manana
· 10 years ago
80e0c50
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
dba72cb
btrfs: fix balance range usage filters in 4.4-rc
by Holger Hoffstätte
· 10 years ago
82bd101
btrfs: qgroup: account shared subtree during snapshot delete
by Mark Fasheh
· 10 years ago
2d9e977
Btrfs: use btrfs_get_fs_root in resolve_indirect_ref
by Josef Bacik
· 10 years ago
967ef51
btrfs: qgroup: fix quota disable during rescan
by Justin Maggard
· 10 years ago
036a934
Btrfs: fix race between cleaner kthread and space cache writeout
by Filipe Manana
· 10 years ago
758f2df
Btrfs: fix scrub preventing unused block groups from being deleted
by Filipe Manana
· 10 years ago
020d5b7
Btrfs: fix race between scrub and block group deletion
by Filipe Manana
· 10 years ago
31388ab
btrfs: fix rcu warning during device replace
by David Sterba
· 10 years ago
76a8efa
btrfs: Continue replace when set_block_ro failed
by Zhaolei
· 10 years ago
da02c68
btrfs: fix clashing number of the enhanced balance usage filter
by David Sterba
· 10 years ago
7fd0118
Btrfs: fix the number of transaction units needed to remove a block group
by Filipe Manana
· 10 years ago
8eab77f
Btrfs: use global reserve when deleting unused block group after ENOSPC
by Filipe Manana
· 10 years ago
89b6c8d
Btrfs: tests: checking for NULL instead of IS_ERR()
by Dan Carpenter
· 10 years ago
9dcbeed
btrfs: fix signed overflows in btrfs_sync_file
by David Sterba
· 10 years ago
e75cdf9
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
d5f2e33
btrfs: Use fs_info directly in btrfs_delete_unused_bgs
by Zhao Lei
· 10 years ago
2c9fe83
btrfs: Fix lost-data-profile caused by balance bg
by Zhao Lei
· 10 years ago
aefbe9a
btrfs: Fix lost-data-profile caused by auto removing bg
by Zhao Lei
· 10 years ago
3b5753e
btrfs: Remove len argument from scrub_find_csum
by Zhao Lei
· 10 years ago
affe4a5
btrfs: Reduce unnecessary arguments in scrub_recheck_block
by Zhao Lei
· 10 years ago
ba7cf98
btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_recheck_block_checksum
by Zhao Lei
· 10 years ago
772d233
btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksum
by Zhao Lei
· 10 years ago
4734b7e
btrfs: scrub: setup all fields for sblock_to_check
by Zhao Lei
· 10 years ago
9799d2c
btrfs: scrub: set error stats when tree block spanning stripes
by Zhao Lei
· 10 years ago
7cac0a8
fs/btrfs/inode.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 10 years ago
f1cd1f0
Btrfs: fix race when listing an inode's xattrs
by Filipe Manana
· 10 years ago
1d512cb
Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
by Filipe Manana
· 10 years ago
aeafbf8
Btrfs: fix race leading to incorrect item deletion when dropping extents
by Filipe Manana
· 10 years ago
ad804a0
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
c62d255
mm, fs: introduce mapping_gfp_constraint()
by Michal Hocko
· 10 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 10 years ago
27eb427b
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
3b2ba7b
Btrfs: fix sleeping inside atomic context in qgroup rescan worker
by Filipe Manana
· 10 years ago
190631f
Btrfs: fix race waiting for qgroup rescan worker
by Filipe Manana
· 10 years ago
7343dd6
btrfs: qgroup: exit the rescan worker during umount
by Justin Maggard
· 10 years ago
9c9464c
Btrfs: fix extent accounting for partial direct IO writes
by Filipe Manana
· 10 years ago
2959a32
Btrfs: fix hole punching when using the no-holes feature
by Filipe Manana
· 10 years ago
13a0db5
Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT state
by chandan
· 10 years ago
485290a
btrfs: Fix a data space underflow warning
by Qu Wenruo
· 10 years ago
90ce321
btrfs: qgroup: Fix a rebase bug which will cause qgroup double free
by Qu Wenruo
· 10 years ago
5846a3c
btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans
by Qu Wenruo
· 10 years ago
6962491
btrfs: clear PF_NOFREEZE in cleaner_kthread()
by Jiri Kosina
· 10 years ago
0a0e8b8
btrfs: qgroup: Don't copy extent buffer to do qgroup rescan
by Qu Wenruo
· 10 years ago
b66d62b
btrfs: add balance filters limits, stripes and usage to supported mask
by David Sterba
· 10 years ago
bc30946
btrfs: extend balance filter usage to take minimum and maximum
by David Sterba
· 10 years ago
dee32d0
btrfs: add balance filter for stripes
by Gabríel Arthúr Pétursson
· 10 years ago
12907fc
btrfs: extend balance filter limit to take minimum and maximum
by David Sterba
· 10 years ago
2849a85
btrfs: fix use after free iterating extrefs
by Chris Mason
· 10 years ago
849ef92
btrfs: check unsupported filters in balance arguments
by David Sterba
· 10 years ago
b06c4bf
Btrfs: fix regression running delayed references when using qgroups
by Filipe Manana
· 10 years ago
2c3cf7d
Btrfs: fix regression when running delayed references
by Filipe Manana
· 10 years ago
37902bc
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
a9e6d15
Merge branch 'allocator-fixes' into for-linus-4.4
by Chris Mason
· 10 years ago
0584f71
Btrfs: don't do extra bitmap search in one bit case
by Josef Bacik
· 10 years ago
cef4048
Btrfs: keep track of largest extent in bitmaps
by Josef Bacik
· 10 years ago
c759c4e
Btrfs: don't keep trying to build clusters if we are fragmented
by Josef Bacik
· 10 years ago
a5e681d
Btrfs: cut down on loops through the allocator
by Josef Bacik
· 10 years ago
2968b1f
Btrfs: don't continue setting up space cache when enospc
by Josef Bacik
· 10 years ago
4f4db21
Btrfs: keep track of max_extent_size per space_info
by Josef Bacik
· 10 years ago
36af4e0
Btrfs: don't loop in allocator for space cache
by Josef Bacik
· 10 years ago
3204d33
Btrfs: add a flags field to btrfs_transaction
by Josef Bacik
· 10 years ago
0b670dc
Btrfs: fix prealloc under heavy fragmentation conditions
by Josef Bacik
· 10 years ago
Next »