index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
btrfs: sink GFP flags parameter to tree_mod_log_insert_move
David Sterba
1
-5
/
+5
2017-04-18
Btrfs: fix wrong failed mirror_num of read-repair on raid56
Liu Bo
1
-0
/
+5
2017-04-18
Btrfs: set scrub page's io_error if failing to submit io
Liu Bo
1
-2
/
+6
2017-04-18
btrfs: track exclusive filesystem operation in flags
David Sterba
4
-26
/
+25
2017-04-18
btrfs: qgroups: Retry after commit on getting EDQUOT
Goldwyn Rodrigues
1
-1
/
+23
2017-04-18
btrfs: replace hardcoded value with SEQ_LAST macro
Edmund Nadolski
3
-10
/
+12
2017-04-18
btrfs: provide enumeration for __merge_refs mode argument
Edmund Nadolski
1
-10
/
+13
2017-04-18
btrfs: remove unused qgroup members from btrfs_trans_handle
David Sterba
6
-20
/
+0
2017-04-18
btrfs: remove local blocksize variable in reada_find_extent
David Sterba
1
-4
/
+2
2017-04-18
btrfs: remove redundant parameter from reada_start_machine_dev
David Sterba
1
-4
/
+3
2017-04-18
btrfs: remove redundant parameter from reada_find_zone
David Sterba
1
-3
/
+3
2017-04-18
btrfs: remove redundant parameter from btree_readahead_hook
David Sterba
3
-6
/
+5
2017-04-18
btrfs: preallocate radix tree node for global readahead tree
David Sterba
2
-1
/
+8
2017-04-18
btrfs: preallocate radix tree node for readahead
David Sterba
2
-1
/
+8
2017-04-18
btrfs: No need to check !(flags & MS_RDONLY) twice
Goldwyn Rodrigues
1
-2
/
+1
2017-04-18
Btrfs: update comments in cache_save_setup
Liu Bo
1
-1
/
+2
2017-04-18
Btrfs: convert BUG_ON to WARN_ON
Liu Bo
1
-2
/
+2
2017-04-18
Btrfs: helper for ops that requires full stripe
Liu Bo
1
-8
/
+10
2017-04-18
Btrfs: do not add extra mirror when dev_replace target dev is not available
Liu Bo
1
-3
/
+4
2017-04-18
Btrfs: handle operations for device replace separately
Liu Bo
1
-81
/
+98
2017-04-18
Btrfs: introduce a function to get extra mirror from replace
Liu Bo
1
-72
/
+89
2017-04-18
Btrfs: separate DISCARD from __btrfs_map_block
Liu Bo
1
-114
/
+175
2017-04-18
Btrfs: create a helper for getting chunk map
Liu Bo
3
-111
/
+57
2017-04-18
Btrfs: add file item tracepoints
Liu Bo
1
-0
/
+15
2017-04-18
btrfs: convert btrfs_raid_bio.refs from atomic_t to refcount_t
Elena Reshetova
1
-10
/
+9
2017-04-18
btrfs: convert scrub_ctx.refs from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+5
2017-04-18
btrfs: convert scrub_parity.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-04-18
btrfs: convert scrub_block.refs from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+5
2017-04-18
btrfs: convert scrub_recover.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-04-18
btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_t
Elena Reshetova
1
-9
/
+9
2017-04-18
btrfs: convert extent_state.refs from atomic_t to refcount_t
Elena Reshetova
2
-8
/
+9
2017-04-18
btrfs: convert btrfs_root.refs from atomic_t to refcount_t
Elena Reshetova
3
-4
/
+4
2017-04-18
btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_t
Elena Reshetova
2
-10
/
+10
2017-04-18
btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_t
Elena Reshetova
2
-16
/
+16
2017-04-18
btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_t
Elena Reshetova
5
-12
/
+14
2017-04-18
btrfs: convert btrfs_caching_control.count from atomic_t to refcount_t
Elena Reshetova
2
-7
/
+8
2017-04-18
btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t
Elena Reshetova
2
-10
/
+10
2017-04-18
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
5
-10
/
+11
2017-04-18
btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t
Elena Reshetova
5
-14
/
+16
2017-04-18
btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
Elena Reshetova
2
-5
/
+5
2017-04-18
Btrfs: remove ASSERT in btrfs_truncate_inode_items
Liu Bo
1
-7
/
+0
2017-04-18
btrfs: fix a bogus warning when converting only data or metadata
Adam Borowski
1
-3
/
+9
2017-04-15
orangefs: free superblock when mount fails
Martin Brandenburg
3
-9
/
+24
2017-04-15
vfs: don't do RCU lookup of empty pathnames
Linus Torvalds
1
-0
/
+3
2017-04-14
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-13
/
+14
2017-04-14
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-22
/
+29
2017-04-13
hugetlbfs: fix offset overflow in hugetlbfs mmap
Mike Kravetz
1
-3
/
+12
2017-04-13
thp: fix MADV_DONTNEED vs clear soft dirty race
Kirill A. Shutemov
1
-1
/
+8
2017-04-13
CIFS: Fix SMB3 mount without specifying a security mechanism
Pavel Shilovsky
1
-1
/
+3
2017-04-11
Btrfs: fix potential use-after-free for cloned bio
Liu Bo
1
-1
/
+1
[next]