index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-18
Btrfs: make fiemap not blow when you have lots of snapshots
Josef Bacik
3
-36
/
+116
2014-09-18
Btrfs: add missing compression property remove in btrfs_ioctl_setflags
Filipe Manana
1
-0
/
+3
2014-09-18
btrfs: Fix a deadlock in btrfs_dev_replace_finishing()
Qu Wenruo
1
-1
/
+2
2014-09-18
Btrfs: cleanup the same name in end_bio_extent_readpage
Liu Bo
1
-4
/
+4
2014-09-18
btrfs: don't go readonly on existing qgroup items
Mark Fasheh
1
-2
/
+8
2014-09-18
Btrfs: shrink further sizeof(struct extent_buffer)
Filipe Manana
1
-2
/
+0
2014-09-18
Btrfs: send, lower mem requirements for processing xattrs
Filipe Manana
1
-8
/
+32
2014-09-18
btrfs: remove stale define after removing ordered operations
David Sterba
1
-7
/
+0
2014-09-18
Btrfs: improve free space cache management and space allocation
Filipe Manana
2
-1
/
+653
2014-09-18
btrfs: rename total_bytes to avoid confusion
Anand Jain
1
-5
/
+5
2014-09-18
btrfs: fix typo in the log message
Anand Jain
1
-1
/
+1
2014-09-18
btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...
Anand Jain
1
-1
/
+2
2014-09-18
btrfs: fix memory leak when there is no more seed device
Anand Jain
1
-0
/
+2
2014-09-18
btrfs: update sprout seed pointer when seed fs is relinquished
Anand Jain
1
-0
/
+21
2014-09-18
btrfs: fix rw_devices miss match after seed replace
Anand Jain
1
-0
/
+2
2014-09-18
btrfs: replace seed device followed by unmount causes kernel WARNING
Anand Jain
1
-1
/
+7
2014-09-18
btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed aware
Anand Jain
1
-5
/
+9
2014-09-18
btrfs: Drop stray check of fixup_workers creation
Andrey Utkin
1
-1
/
+1
2014-09-18
Btrfs: make btrfs_search_forward return with nodes unlocked
Filipe Manana
5
-15
/
+7
2014-09-18
btrfs: sysfs label interface should check for read only FS
Anand Jain
1
-0
/
+3
2014-09-18
btrfs: code optimize: BTRFS_ATTR_RW could set the mode
Anand Jain
2
-4
/
+5
2014-09-18
btrfs: code optimize: BTRFS_ATTR could handle the mode
Anand Jain
2
-11
/
+14
2014-09-18
btrfs: use BTRFS_ATTR instead of btrfs_no_store()
Anand Jain
1
-10
/
+3
2014-09-18
Btrfs: avoid unnecessary switch of path locks to blocking mode
Filipe Manana
1
-2
/
+1
2014-09-18
Btrfs: unlock nodes earlier when inserting items in a btree
Filipe Manana
1
-6
/
+6
2014-09-18
btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simpl...
Satoru Takeuchi
1
-2
/
+2
2014-09-18
btrfs: add trace for qgroup accounting
Mark Fasheh
2
-0
/
+5
2014-09-18
Btrfs: cleanup unused latest_devid and latest_trans in fs_devices
Miao Xie
2
-34
/
+11
2014-09-18
Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie
Miao Xie
1
-2
/
+2
2014-09-18
Btrfs: Fix the problem that the dirty flag of dev stats is cleared
Miao Xie
2
-6
/
+20
2014-09-18
Btrfs: make the device lock and its protected data in the same cacheline
Miao Xie
1
-13
/
+12
2014-09-18
Btrfs: fix wrong generation check of super block on a seed device
Miao Xie
1
-1
/
+5
2014-09-18
Btrfs: fix wrong fsid check of scrub
Miao Xie
1
-5
/
+13
2014-09-18
btrfs: wake up transaction thread from SYNC_FS ioctl
David Sterba
1
-0
/
+6
2014-09-18
Btrfs: fix wrong max inline data size limit
Wang Shilong
1
-1
/
+1
2014-09-18
Btrfs: fix off-by-one in cow_file_range_inline()
Wang Shilong
1
-2
/
+2
2014-09-18
Btrfs: fall into nocompression codes quickly if possible
Wang Shilong
1
-4
/
+1
2014-09-18
Btrfs: fix wrong skipping compression for an inode
Wang Shilong
1
-5
/
+20
2014-09-18
Btrfs: fix sparse warning
Fabian Frederick
1
-1
/
+2
2014-09-18
Btrfs: use BUG_ON
HIMANGI SARAOGI
1
-2
/
+2
2014-09-18
btrfs compression: merge inflate and deflate z_streams
Sergey Senozhatsky
1
-70
/
+68
2014-09-18
Btrfs: set error return value in btrfs_get_blocks_direct
Filipe Manana
1
-1
/
+3
2014-09-18
Btrfs: reduce size of struct extent_state
Filipe Manana
2
-18
/
+20
2014-09-18
btrfs: use PTR_ERR_OR_ZERO
Fabian Frederick
1
-3
/
+1
2014-09-18
Btrfs: print btrfs specific info for some fatal error cases
Wang Shilong
1
-7
/
+7
2014-09-18
Btrfs: fix writing data into the seed filesystem
Miao Xie
1
-16
/
+36
2014-09-18
Btrfs: make defragment work with nodatacow option
Wang Shilong
2
-3
/
+42
2014-09-18
btrfs: label should not contain return char
Satoru Takeuchi
1
-3
/
+12
2014-09-18
btrfs: device delete must be sysloged
Anand Jain
1
-0
/
+3
2014-09-18
btrfs: device add must be sysloged
Anand Jain
1
-0
/
+3
[next]