Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0ffe86f48026b7f34db22d1004bc9992f0db8b33
/
fs
/
btrfs
312b3a9
Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
532b618
btrfs: On error always free subvol_name in btrfs_mount
by Eric W. Biederman
· 6 years ago
c7cc64a
btrfs: clean up pending block groups when transaction commit aborts
by David Sterba
· 6 years ago
92900e5
btrfs: fix potential oops in device_list_add
by Al Viro
· 6 years ago
302167c
btrfs: don't end the transaction for delayed refs in throttle
by Josef Bacik
· 6 years ago
a627947
Btrfs: fix deadlock when allocating tree block during leaf/node split
by Filipe Manana
· 6 years ago
1be969f
Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
fd340d0
btrfs: wakeup cleaner thread when adding delayed iput
by Josef Bacik
· 6 years ago
3ec9a4c
btrfs: run delayed iputs before committing
by Josef Bacik
· 6 years ago
74d5d22
btrfs: wait on ordered extents on abort cleanup
by Josef Bacik
· 6 years ago
31890da
btrfs: handle delayed ref head accounting cleanup in abort
by Josef Bacik
· 6 years ago
77b7aad
Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"
by David Sterba
· 6 years ago
6b529fb
Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
1b3922a
btrfs: Use real device structure to verify dev extent
by Qu Wenruo
· 6 years ago
a6d8654
Btrfs: fix deadlock when using free space tree due to block group creation
by Filipe Manana
· 6 years ago
d8b5524
Btrfs: fix race between reflink/dedupe and relocation
by Filipe Manana
· 6 years ago
f7fa110
Btrfs: fix race between cloning range ending at eof and writeback
by Filipe Manana
· 6 years ago
505b050
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
a659811
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
f86196e
fs: don't open code lru_to_page()
by Nikolay Borisov
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
204cc0c
LSM: hide struct security_mnt_opts from any generic code
by Al Viro
· 6 years ago
a65001e
btrfs: sanitize security_mnt_opts use
by Al Viro
· 6 years ago
f5c0c26
new helper: security_sb_eat_lsm_opts()
by Al Viro
· 6 years ago
52042d8
btrfs: Fix typos in comments and strings
by Andrea Gelmini
· 6 years ago
1690dd41
btrfs: improve error handling of btrfs_add_link
by Johannes Thumshirn
· 6 years ago
34a28e3
Btrfs: use generic_remap_file_range_prep() for cloning and deduplication
by Filipe Manana
· 6 years ago
61ed3a1
btrfs: Refactor main loop in extent_readpages
by Nikolay Borisov
· 6 years ago
15c8276
btrfs: Remove 1st shrink/grow phase from balance
by Nikolay Borisov
· 6 years ago
be6821f
Btrfs: send, fix race with transaction commits that create snapshots
by Filipe Manana
· 6 years ago
827aa18
Btrfs: use nofs context when initializing security xattrs to avoid deadlock
by Filipe Manana
· 6 years ago
0568e82
btrfs: run delayed items before dropping the snapshot
by Josef Bacik
· 6 years ago
83354f0
btrfs: catch cow on deleting snapshots
by Josef Bacik
· 6 years ago
01e0da4
btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_down
by Qu Wenruo
· 6 years ago
7c3c7cb
Btrfs: scrub, move setup of nofs contexts higher in the stack
by Filipe Manana
· 6 years ago
0e94c4f4
btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutex
by David Sterba
· 6 years ago
92f7ba4
btrfs: scrub: pass fs_info to scrub_setup_ctx
by David Sterba
· 6 years ago
28bad21
btrfs: fix truncate throttling
by Josef Bacik
· 6 years ago
db2462a
btrfs: don't run delayed refs in the end transaction logic
by Josef Bacik
· 6 years ago
64403612
btrfs: rework btrfs_check_space_for_delayed_refs
by Josef Bacik
· 6 years ago
413df72
btrfs: add new flushing states for the delayed refs rsv
by Josef Bacik
· 6 years ago
4c8edbc
btrfs: update may_commit_transaction to use the delayed refs rsv
by Josef Bacik
· 6 years ago
ba2c4d4
btrfs: introduce delayed_refs_rsv
by Josef Bacik
· 6 years ago
158ffa3
btrfs: only track ref_heads in delayed_ref_updates
by Josef Bacik
· 6 years ago
bedc6617
btrfs: cleanup extent_op handling
by Josef Bacik
· 6 years ago
07c4777
btrfs: add cleanup_ref_head_accounting helper
by Josef Bacik
· 6 years ago
d7baffd
btrfs: add btrfs_delete_ref_head helper
by Josef Bacik
· 6 years ago
fdb1e12
btrfs: use PAGE_ALIGNED instead of open-coding it
by Johannes Thumshirn
· 6 years ago
7073017
btrfs: use offset_in_page instead of open-coding it
by Johannes Thumshirn
· 6 years ago
cb5583d
btrfs: dev-replace: open code trivial locking helpers
by David Sterba
· 6 years ago
53176dd
btrfs: dev-replace: remove custom read/write blocking scheme
by David Sterba
· 7 years ago
129827e
btrfs: dev-replace: swich locking to rw semaphore
by David Sterba
· 7 years ago
ceb21a8d
btrfs: reada: reorder dev-replace locks before radix tree preload
by David Sterba
· 6 years ago
d1051d6
btrfs: Fix error handling in btrfs_cleanup_ordered_extents
by Nikolay Borisov
· 6 years ago
3522e90
btrfs: remove always true if branch in find_delalloc_range
by Lu Fengqi
· 6 years ago
27a7ff5
btrfs: skip file_extent generation check for free_space_inode in run_delalloc_nocow
by Lu Fengqi
· 6 years ago
41bd606
Btrfs: fix fsync of files with multiple hard links in new directories
by Filipe Manana
· 6 years ago
bbe339c
btrfs: drop extra enum initialization where using defaults
by David Sterba
· 6 years ago
5b84030
btrfs: switch BTRFS_ORDERED_* to enums
by David Sterba
· 6 years ago
50b5b60
btrfs: switch EXTENT_FLAG_* to enums
by David Sterba
· 6 years ago
80cb383
btrfs: switch EXTENT_BUFFER_* to enums
by David Sterba
· 6 years ago
61fa90c
btrfs: switch BTRFS_ROOT_* to enums
by David Sterba
· 6 years ago
eb1a524
btrfs: switch BTRFS_FS_* to enums
by David Sterba
· 6 years ago
688a75b
btrfs: switch BTRFS_BLOCK_RSV_* to enums
by David Sterba
· 6 years ago
b00146b
btrfs: switch BTRFS_FS_STATE_* to enums
by David Sterba
· 6 years ago
da12fe5
btrfs: Refactor btrfs_merge_bio_hook
by Nikolay Borisov
· 6 years ago
2ab4fd3
btrfs: cleanup the useless DEFINE_WAIT in cleanup_transaction
by Lu Fengqi
· 6 years ago
d2e174d
btrfs: document extent mapping assumptions in checksum
by Johannes Thumshirn
· 6 years ago
cc2c39d
btrfs: don't initialize 'offset' in map_private_extent_buffer()
by Johannes Thumshirn
· 6 years ago
a5fb114
Btrfs: fix deadlock with memory reclaim during scrub
by Filipe Manana
· 6 years ago
78e62c0
btrfs: Remove extent_io_ops::readpage_io_failed_hook
by Nikolay Borisov
· 6 years ago
7b41ba7
btrfs: remove btrfs_bio_end_io_t
by Johannes Thumshirn
· 6 years ago
b3a0dd5
btrfs: replace btrfs_io_bio::end_io with a simple helper
by David Sterba
· 6 years ago
31feccc
btrfs: remove redundant csum buffer in btrfs_io_bio
by David Sterba
· 6 years ago
600b6cf
btrfs: replace async_cow::root with fs_info
by David Sterba
· 6 years ago
06ea01b
btrfs: merge btrfs_submit_bio_done to its caller
by David Sterba
· 6 years ago
7333bd0
btrfs: balance: print to system log when balance ends or is paused
by Anand Jain
· 6 years ago
56fc37d
btrfs: balance: print args during start and resume
by Anand Jain
· 6 years ago
f89e09c
btrfs: add helper to describe block group flags
by Anand Jain
· 6 years ago
9a6f209
Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation
by Filipe Manana
· 6 years ago
5a8067c
Btrfs: fix access to available allocation bits when starting balance
by Filipe Manana
· 6 years ago
0e6ec38
Btrfs: allow clear_extent_dirty() to receive a cached extent state record
by Filipe Manana
· 6 years ago
cc5de4e
btrfs: Handle final split-brain possibility during fsid change
by Nikolay Borisov
· 6 years ago
7a62d0f
btrfs: Handle one more split-brain scenario during fsid change
by Nikolay Borisov
· 6 years ago
d1a6300
btrfs: add members to fs_devices to track fsid changes
by Nikolay Borisov
· 6 years ago
fbc6fea
btrfs: Add handling for disk split-brain scenario during fsid change
by Nikolay Borisov
· 6 years ago
de37aa5
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
by Nikolay Borisov
· 6 years ago
56f20f4
btrfs: Add sysfs support for metadata_uuid feature
by Nikolay Borisov
· 6 years ago
7239ff4
btrfs: Introduce support for FSID change without metadata rewrite
by Nikolay Borisov
· 6 years ago
ce9f967
btrfs: use EXPORT_FOR_TESTS for conditionally exported functions
by Johannes Thumshirn
· 6 years ago
f8f591d
btrfs: introduce EXPORT_FOR_TESTS macro
by Johannes Thumshirn
· 6 years ago
e9a05cf
btrfs: remove unused drop_on_err in btrfs_mkdir
by Johannes Thumshirn
· 6 years ago
9bfd61d
btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_range
by Nikolay Borisov
· 6 years ago
917aace
btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument
by Nikolay Borisov
· 6 years ago
64bc6c2
btrfs: Remove superfluous check form btrfs_remove_chunk
by Nikolay Borisov
· 6 years ago
f9085ab
btrfs: don't report user-requested cancel as an error
by Anand Jain
· 6 years ago
49365e6
btrfs: silence warning if replace is canceled
by Anand Jain
· 6 years ago
53e62fb
btrfs: dev-replace: add explicit check for replace result "no error"
by Anand Jain
· 6 years ago
fe97e2e
btrfs: dev-replace: replace's scrub must not be running in suspended state
by Anand Jain
· 6 years ago
b47dda2
btrfs: dev-replace: set result code of cancel by status of scrub
by Anand Jain
· 6 years ago
Next »