index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-21
Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()
Zhao Lei
1
-1
/
+1
2015-01-21
Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()
Zhao Lei
1
-11
/
+2
2015-01-21
Btrfs: Cleanup btrfs_bio_counter_inc_blocked()
Zhao Lei
1
-6
/
+6
2015-01-21
Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replace
Zhao Lei
1
-12
/
+7
2015-01-21
Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()
Zhao Lei
1
-1
/
+2
2015-01-21
Btrfs: add ref_count and free function for btrfs_bio
Zhao Lei
7
-54
/
+57
2015-01-21
Btrfs: Make raid_map array be inlined in btrfs_bio structure
Zhao Lei
5
-125
/
+105
2015-01-21
Btrfs: sort raid_map before adding tgtdev stripes
Zhao Lei
1
-14
/
+8
2015-01-21
Btrfs: fix a out-of-bound access of raid_map
Zhao Lei
1
-2
/
+5
2015-01-21
Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefs
Filipe Manana
2
-5
/
+43
2015-01-21
Btrfs: fix fsync when extend references are added to an inode
Filipe Manana
1
-11
/
+16
2015-01-21
Btrfs: fix directory inconsistency after fsync log replay
Filipe Manana
1
-2
/
+18
2015-01-21
Btrfs: lookup for block group only if needed when freeing a tree block
Filipe Manana
1
-4
/
+6
2015-01-21
btrfs: remove a no-op unfreeze superbock callback
David Sterba
1
-6
/
+0
2015-01-21
btrfs: switch extent_state state to unsigned
David Sterba
4
-55
/
+55
2015-01-21
btrfs: set proper message level for skinny metadata
David Sterba
1
-1
/
+1
2015-01-21
btrfs: update message levels after checksum errors
David Sterba
2
-2
/
+2
2015-01-21
btrfs: update message levels during failed mount
David Sterba
1
-8
/
+8
2015-01-21
btrfs: update message levels for errors
David Sterba
2
-5
/
+6
2015-01-21
Btrfs: fix setup_leaf_for_split() to avoid leaf corruption
Filipe Manana
1
-2
/
+4
2015-01-21
Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...
Chris Mason
13
-73
/
+84
2015-01-21
Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...
Chris Mason
7
-49
/
+46
2015-01-21
Btrfs: track dirty block groups on their own list
Josef Bacik
5
-124
/
+72
2015-01-21
Btrfs: change how we track dirty roots
Josef Bacik
3
-5
/
+21
2015-01-17
Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+8
2015-01-17
Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-25
/
+46
2015-01-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-29
/
+60
2015-01-14
btrfs: expand btrfs_find_item if found_key is NULL
David Sterba
4
-8
/
+21
2015-01-14
btrfs: simplify insert_orphan_item
David Sterba
1
-12
/
+4
2015-01-14
btrfs: cleanup, remove inode_ref_info helper
David Sterba
1
-11
/
+6
2015-01-14
btrfs: cleanup, remove inode_item_info helper
David Sterba
3
-15
/
+5
2015-01-14
btrfs: fix leak of path in btrfs_find_item
David Sterba
3
-15
/
+22
2015-01-13
locks: fix NULL-deref in generic_delete_lease
NeilBrown
1
-1
/
+1
2015-01-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+5
2015-01-09
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2015-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+1
2015-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
5
-11
/
+28
2015-01-09
kernfs: Fix kernfs_name_compare
Rasmus Villemoes
1
-4
/
+8
2015-01-09
sched, fanotify: Deal with nested sleeps
Peter Zijlstra
1
-5
/
+5
2015-01-08
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
David Drysdale
1
-2
/
+3
2015-01-08
ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...
Xue jiufei
1
-8
/
+35
2015-01-08
ocfs2: remove bogus check in dlm_process_recovery_data
Joseph Qi
1
-4
/
+1
2015-01-08
ceph: use %zu for len in ceph_fill_inline_data()
Ilya Dryomov
1
-1
/
+1
2015-01-07
nfsd: fix fi_delegees leak when fi_had_conflict returns true
Jeff Layton
1
-1
/
+1
2015-01-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-121
/
+129
2015-01-06
fuse: add memory barrier to INIT
Miklos Szeredi
3
-3
/
+16
2015-01-06
fuse: fix LOOKUP vs INIT compat handling
Miklos Szeredi
3
-26
/
+44
2015-01-05
NFSv4: Remove incorrect check in can_open_delegated()
Trond Myklebust
1
-2
/
+0
2015-01-05
NFS: Ignore transport protocol when detecting server trunking
Chuck Lever
1
-6
/
+0
2015-01-05
NFSv4/v4.1: Verify the client owner id during trunking detection
Trond Myklebust
1
-0
/
+18
[next]