index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: switch the btrfs tree locks to reader/writer
Chris Mason
2011-07-27
9
-218
/
+431
*
Btrfs: fix deadlock when throttling transactions
Josef Bacik
2011-07-27
1
-2
/
+9
*
Btrfs: stop using highmem for extent_buffers
Chris Mason
2011-07-27
7
-378
/
+52
*
Btrfs: fix BUG_ON() caused by ENOSPC when relocating space
Miao Xie
2011-07-27
1
-7
/
+21
*
Btrfs: tag pages for writeback in sync
Josef Bacik
2011-07-27
1
-3
/
+9
*
Btrfs: fix enospc problems with delalloc
Josef Bacik
2011-07-27
6
-60
/
+86
*
Btrfs: don't flush delalloc arbitrarily
Josef Bacik
2011-07-27
1
-3
/
+0
*
Btrfs: use find_or_create_page instead of grab_cache_page
Josef Bacik
2011-07-27
5
-7
/
+9
*
Btrfs: use a worker thread to do caching
Josef Bacik
2011-07-27
3
-29
/
+27
*
Btrfs: fix how we merge extent states and deal with cached states
Josef Bacik
2011-07-11
1
-12
/
+11
*
Btrfs: use the normal checksumming infrastructure for free space cache
Josef Bacik
2011-07-11
1
-110
/
+59
*
Btrfs: serialize flushers in reserve_metadata_bytes
Josef Bacik
2011-07-11
2
-21
/
+51
*
Btrfs: do transaction space reservation before joining the transaction
Josef Bacik
2011-07-11
3
-42
/
+17
*
Btrfs: try to only do one btrfs_search_slot in do_setxattr
Josef Bacik
2011-07-11
2
-33
/
+42
*
btrfs: fix oops when doing space balance
Miao Xie
2011-07-06
1
-5
/
+7
*
Btrfs: don't panic if we get an error while balancing V2
Josef Bacik
2011-07-06
1
-1
/
+2
*
btrfs: add missing options displayed in mount output
David Sterba
2011-07-06
2
-0
/
+11
*
btrfs: fix inconsonant inode information
Miao Xie
2011-06-27
3
-26
/
+91
*
Btrfs: make sure to update total_bitmaps when freeing cache V3
Josef Bacik
2011-06-25
1
-3
/
+6
*
Btrfs: fix type mismatch in find_free_extent()
Ilya Dryomov
2011-06-25
1
-2
/
+2
*
Btrfs: make sure to record the transid in new inodes
Chris Mason
2011-06-24
1
-0
/
+1
*
Btrfs: avoid delayed metadata items during commits
Chris Mason
2011-06-17
3
-10
/
+28
*
btrfs: fix uninitialized return value
David Sterba
2011-06-17
1
-3
/
+3
*
btrfs: fix wrong reservation when doing delayed inode operations
Miao Xie
2011-06-17
2
-6
/
+20
*
btrfs: Remove unused sysfs code
Maarten Lankhorst
2011-06-17
3
-148
/
+0
*
btrfs: fix dereference of ERR_PTR value
David Sterba
2011-06-17
1
-1
/
+1
*
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...
Chris Mason
2011-06-17
3
-3
/
+14
|
\
|
*
Btrfs: set no_trans_join after trying to expand the transaction
Josef Bacik
2011-06-15
1
-3
/
+11
|
*
Btrfs: protect the pending_snapshots list with trans_lock
Josef Bacik
2011-06-15
1
-0
/
+2
|
*
Btrfs: fix path leakage on subvol deletion
Josef Bacik
2011-06-15
1
-0
/
+1
*
|
Btrfs: fix relocation races
Chris Mason
2011-06-17
4
-13
/
+105
*
|
Btrfs: drop the delalloc_bytes check in shrink_delalloc
Chris Mason
2011-06-13
1
-4
/
+0
*
|
Btrfs: check the return value from set_anon_super
Chris Mason
2011-06-13
1
-1
/
+3
|
/
*
Btrfs: use join_transaction in btrfs_evict_inode()
Li Zefan
2011-06-11
1
-1
/
+1
*
Btrfs - use %pU to print fsid
Ilya Dryomov
2011-06-10
1
-6
/
+2
*
Btrfs: fix extent state leak on failed nodatasum reads
Jan Schmidt
2011-06-10
1
-1
/
+1
*
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Chris Mason
2011-06-10
2
-32
/
+39
|
\
|
*
btrfs: remove unneeded includes from scrub.c
Arne Jansen
2011-06-10
1
-6
/
+0
|
*
btrfs: reinitialize scrub workers
Arne Jansen
2011-06-10
2
-3
/
+5
|
*
btrfs: scrub: errors in tree enumeration
Arne Jansen
2011-06-10
1
-23
/
+34
|
*
Btrfs: don't map extent buffer if path->skip_locking is set
Josef Bacik
2011-06-10
1
-3
/
+7
*
|
btrfs: fix unlocked access of delalloc_inodes
David Sterba
2011-06-10
1
-2
/
+1
*
|
Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()
Li Zefan
2011-06-10
1
-9
/
+14
*
|
btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one ...
richard kennedy
2011-06-10
1
-1
/
+1
*
|
Btrfs: clear current->journal_info on async transaction commit
Sage Weil
2011-06-10
1
-1
/
+4
*
|
Btrfs: make sure to recheck for bitmaps in clusters
Chris Mason
2011-06-10
1
-4
/
+5
*
|
Btrfs: unlock the trans lock properly
Josef Bacik
2011-06-09
1
-1
/
+1
*
|
Btrfs: don't map extent buffer if path->skip_locking is set
Josef Bacik
2011-06-09
1
-3
/
+7
*
|
Btrfs: fix duplicate checking logic
Josef Bacik
2011-06-08
1
-3
/
+3
*
|
Btrfs: fix the allocator loop logic
Josef Bacik
2011-06-08
1
-23
/
+25
[next]