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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: optimize function btrfs_read_chunk_tree
Filipe David Borba Manana
2013-09-01
1
-19
/
+11
*
Btrfs: don't bug_on when we fail when cleaning up transactions
Josef Bacik
2013-09-01
1
-2
/
+1
*
Btrfs: change how we queue blocks for backref checking
Josef Bacik
2013-09-01
1
-7
/
+7
*
Btrfs: check to see if we have an inline item properly
Josef Bacik
2013-09-01
1
-0
/
+5
*
Btrfs: fix what bits we clear when erroring out from delalloc
Josef Bacik
2013-09-01
1
-21
/
+28
*
Btrfs: cleanup arguments to extent_clear_unlock_delalloc
Josef Bacik
2013-09-01
3
-130
/
+85
*
btrfs: use BTRFS_SUPER_INFO_SIZE macro at btrfs_read_dev_super()
Anand Jain
2013-09-01
1
-2
/
+4
*
Btrfs: cache the extent map struct when reading several pages
Miao Xie
2013-09-01
1
-11
/
+46
*
Btrfs: batch the extent state operation when reading pages
Miao Xie
2013-09-01
1
-28
/
+107
*
Btrfs: batch the extent state operation in the end io handle of the read page
Miao Xie
2013-09-01
1
-31
/
+42
*
Btrfs: don't cache the csum value into the extent state tree
Miao Xie
2013-09-01
8
-164
/
+174
*
Btrfs: add branch prediction hints in the read page end IO function
Miao Xie
2013-09-01
1
-5
/
+9
*
Btrfs: remove unnecessary argument of bio_readpage_error()
Miao Xie
2013-09-01
1
-15
/
+11
*
Btrfs: add missing mounting options in btrfs_show_options()
Wang Shilong
2013-09-01
1
-0
/
+14
*
Btrfs: use u64 for subvolid when parsing mount options
Wang Shilong
2013-09-01
1
-9
/
+7
*
Btrfs: add sanity checks regarding to parsing mount options
Wang Shilong
2013-09-01
1
-10
/
+37
*
Btrfs, raid56: fix memory leak when allocating pages for p/q stripes failed
Miao Xie
2013-09-01
1
-1
/
+3
*
btrfs/raid56: fix and cleanup some error paths
Dan Carpenter
2013-09-01
1
-6
/
+4
*
Btrfs: don't bother autodefragging if our root is going away
Josef Bacik
2013-09-01
1
-0
/
+5
*
Btrfs: cleanup reloc roots properly on error
Josef Bacik
2013-09-01
2
-2
/
+7
*
Btrfs: reset ret in record_one_backref
Josef Bacik
2013-09-01
1
-2
/
+1
*
btrfs: fix get set label blocking against balance
Anand Jain
2013-09-01
1
-6
/
+10
*
Btrfs: Print key type in decimal everywhere
Stefan Behrens
2013-09-01
1
-2
/
+2
*
Btrfs/tracepoint: update delayed ref tracepoints
Liu Bo
2013-09-01
2
-3
/
+9
*
btrfs_read_block_groups: Use enums to index
chandan
2013-09-01
1
-2
/
+6
*
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
2013-09-01
9
-113
/
+150
*
Btrfs: set qgroup_ulist to be null after calling ulist_free()
Wang Shilong
2013-09-01
1
-0
/
+6
*
Btrfs: add missing error checks to add_data_references
Filipe David Borba Manana
2013-09-01
1
-1
/
+6
*
btrfs: make errors in btrfs_num_copies less noisy
David Sterba
2013-09-01
1
-2
/
+2
*
Btrfs: make free space caching faster with many non-inline extent references
Liu Bo
2013-09-01
1
-0
/
+11
*
btrfs: fall back to global reservation when removing subvolumes
Jeff Mahoney
2013-09-01
3
-5
/
+12
*
Btrfs: optimize btrfs_lookup_extent_info()
Filipe David Borba Manana
2013-09-01
1
-4
/
+17
*
Btrfs: Release uuid_mutex for shrink during device delete
Carey Underwood
2013-09-01
1
-0
/
+2
*
Btrfs: set lockdep class before locking new extent buffer
Josef Bacik
2013-09-01
1
-0
/
+2
*
Btrfs: return -1 when lzo compression makes data bigger
Stefan Agner
2013-09-01
1
-1
/
+3
*
Btrfs: stop using GFP_ATOMIC for the tree mod log allocations
Josef Bacik
2013-09-01
1
-105
/
+56
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-08-25
6
-12
/
+15
|
\
|
*
VFS: collect_mounts() should return an ERR_PTR
Dan Carpenter
2013-08-24
1
-1
/
+1
|
*
bfs: iget_locked() doesn't return an ERR_PTR
Dan Carpenter
2013-08-24
1
-1
/
+1
|
*
efs: iget_locked() doesn't return an ERR_PTR()
Dan Carpenter
2013-08-24
1
-1
/
+1
|
*
proc: kill the extra proc_readfd_common()->dir_emit_dots()
Oleg Nesterov
2013-08-24
1
-2
/
+0
|
*
cope with potentially long ->d_dname() output for shmem/hugetlb
Al Viro
2013-08-24
2
-7
/
+12
*
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2013-08-24
1
-5
/
+15
|
\
\
|
*
|
[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal
Roland Dreier
2013-08-21
1
-5
/
+15
*
|
|
nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...
Vyacheslav Dubeyko
2013-08-23
1
-1
/
+1
*
|
|
nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...
Vyacheslav Dubeyko
2013-08-23
1
-2
/
+1
*
|
|
proc: more readdir conversion bug-fixes
Linus Torvalds
2013-08-19
1
-1
/
+1
*
|
|
proc: return on proc_readdir error
Richard Genoud
2013-08-19
1
-1
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
Linus Torvalds
2013-08-19
4
-11
/
+23
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GFS2: Check for glock already held in gfs2_getxattr
Steven Whitehouse
2013-08-19
1
-0
/
+4
[next]