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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-21
btrfs: preserve i_mode if __btrfs_set_acl() fails
Ernesto A. Fernández
1
-1
/
+5
2017-08-21
btrfs: Remove extraneous chunk_objectid variable
Nikolay Borisov
1
-10
/
+6
2017-08-21
btrfs: Remove chunk_objectid argument from btrfs_make_block_group
Nikolay Borisov
3
-8
/
+5
2017-08-21
btrfs: Remove extra parentheses from condition in copy_items()
Matthias Kaehlcke
1
-1
/
+1
2017-08-21
btrfs: Remove redundant setting of uuid in btrfs_block_header
Nikolay Borisov
1
-2
/
+0
2017-08-21
btrfs: Do not use data_alloc_cluster in ssd mode
Hans van Kranenburg
4
-19
/
+20
2017-08-21
btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flush
Lu Fengqi
1
-1
/
+1
2017-08-21
Btrfs: incremental send, fix emission of invalid clone operations
Filipe Manana
1
-0
/
+19
2017-08-21
Btrfs: fix out of bounds array access while reading extent buffer
Liu Bo
1
-8
/
+12
2017-08-18
btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2
Nikolay Borisov
1
-3
/
+0
2017-08-18
btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...
Nikolay Borisov
1
-12
/
+6
2017-08-18
Btrfs: fix assertion failure during fsync in no-holes mode
Filipe Manana
1
-1
/
+4
2017-08-18
Btrfs: avoid unnecessarily locking inode when clearing a range
Filipe Manana
1
-3
/
+4
2017-08-18
btrfs: remove redundant check on ret being non-zero
Colin Ian King
1
-2
/
+0
2017-08-18
btrfs: expose internal free space tree routine only if sanity tests are enabled
Nikolay Borisov
1
-1
/
+2
2017-08-18
btrfs: Remove unused sectorsize variable from struct map_lookup
Nikolay Borisov
2
-3
/
+0
2017-08-18
btrfs: Remove never-reached WARN_ON
Nikolay Borisov
1
-1
/
+1
2017-08-18
btrfs: remove unused BTRFS_COMPRESS_LAST
Anand Jain
1
-1
/
+0
2017-08-18
btrfs: use appropriate define for the fsid
Anand Jain
4
-13
/
+13
2017-08-18
btrfs: increase ctx->pos for delayed dir index
Josef Bacik
1
-0
/
+1
2017-08-16
btrfs: fix readdir deadlock with pagefault
Josef Bacik
4
-34
/
+110
2017-08-16
btrfs: Simplify math in should_alloc chunk
Nikolay Borisov
1
-5
/
+4
2017-08-16
btrfs: account for pinned bytes in should_alloc_chunk
Jeff Mahoney
1
-1
/
+1
2017-08-16
btrfs: prepare for extensions in compression options
David Sterba
2
-4
/
+4
2017-08-16
btrfs: allow defrag compress to override NOCOMPRESS attribute
David Sterba
1
-3
/
+3
2017-08-16
btrfs: defrag: cleanup checking for compression status
David Sterba
1
-6
/
+6
2017-08-16
btrfs: separate defrag and property compression
David Sterba
3
-3
/
+14
2017-08-16
btrfs: rename variable holding per-inode compression type
David Sterba
4
-12
/
+12
2017-08-16
Btrfs: add skeleton code for compression heuristic
Timofey Titovets
3
-4
/
+39
2017-08-16
btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_wait
David Sterba
1
-1
/
+1
2017-08-16
btrfs: account that we're waiting for DIO read
David Sterba
1
-2
/
+2
2017-08-16
btrfs: drop chunk locks at the end of close_ctree
David Sterba
1
-2
/
+0
2017-08-16
btrfs: remove trivial wrapper btrfs_force_ra
David Sterba
3
-11
/
+3
2017-08-16
btrfs: drop ancient page flag mappings
David Sterba
1
-7
/
+0
2017-08-16
btrfs: fix spelling of snapshotting
David Sterba
6
-36
/
+36
2017-08-16
btrfs: Make flush_space return void
Nikolay Borisov
1
-8
/
+8
2017-08-16
btrfs: Deprecate userspace transaction ioctls
Nikolay Borisov
1
-0
/
+11
2017-08-16
btrfs: use named constant for bdev blocksize
David Sterba
4
-11
/
+20
2017-08-16
btrfs: split write_dev_supers to two functions
David Sterba
1
-56
/
+73
2017-08-16
btrfs: refactor find_device helper
David Sterba
1
-6
/
+13
2017-08-16
btrfs: merge alloc_device helpers
David Sterba
1
-25
/
+11
2017-08-16
btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_page
David Sterba
1
-6
/
+8
2017-08-16
btrfs: cleanup types storing REQ_*
David Sterba
2
-7
/
+9
2017-08-16
btrfs: get fs_info from eb in btrfs_print_tree, remove argument
David Sterba
2
-3
/
+5
2017-08-16
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
6
-15
/
+17
2017-08-16
btrfs: simplify btrfs_dev_replace_kthread
David Sterba
1
-17
/
+11
2017-08-16
btrfs: factor reading progress out of btrfs_dev_replace_status
David Sterba
1
-16
/
+30
2017-08-16
btrfs: defrag: make readahead state allocation failure non-fatal
David Sterba
1
-7
/
+8
2017-08-16
btrfs: use GFP_KERNEL in btrfs_defrag_file
David Sterba
1
-3
/
+2
2017-08-16
btrfs: use GFP_KERNEL in mount and remount
David Sterba
1
-7
/
+8
[next]