index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
btrfs: switch extent_buffer::lock_nested to bool
David Sterba
3
-5
/
+5
2019-04-29
btrfs: use assertion helpers for extent buffer write lock counters
David Sterba
3
-6
/
+5
2019-04-29
btrfs: add assertion helpers for extent buffer write lock counters
David Sterba
1
-5
/
+18
2019-04-29
btrfs: use assertion helpers for extent buffer read lock counters
David Sterba
3
-7
/
+7
2019-04-29
btrfs: add assertion helpers for extent buffer read lock counters
David Sterba
1
-7
/
+18
2019-04-29
btrfs: use assertion helpers for spinning readers
David Sterba
3
-10
/
+8
2019-04-29
btrfs: add assertion helpers for spinning readers
David Sterba
1
-0
/
+13
2019-04-29
btrfs: use assertion helpers for spinning writers
David Sterba
3
-12
/
+11
2019-04-29
btrfs: add assertion helpers for spinning writers
David Sterba
1
-0
/
+24
2019-04-29
btrfs: Remove EXTENT_IOBITS
Nikolay Borisov
2
-7
/
+5
2019-04-29
btrfs: Remove EXTENT_WRITEBACK
Nikolay Borisov
2
-18
/
+16
2019-04-29
btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_add
Nathan Chancellor
1
-1
/
+1
2019-04-29
btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans
Anand Jain
4
-13
/
+18
2019-04-29
btrfs: rename fs_info argument to fs_private
Anand Jain
1
-2
/
+2
2019-04-29
btrfs: drop redundant forward declaration in props.c
Anand Jain
1
-84
/
+79
2019-04-29
btrfs: merge _btrfs_set_prop helpers
Anand Jain
4
-26
/
+14
2019-04-29
btrfs: reduce kmap_atomic time for checksumming
Johannes Thumshirn
1
-6
/
+2
2019-04-29
btrfs: tracepoints: Add trace events for extent_io_tree
Qu Wenruo
1
-0
/
+4
2019-04-29
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
8
-13
/
+43
2019-04-29
btrfs: switch extent_io_tree::track_uptodate to bool
David Sterba
3
-4
/
+4
2019-04-29
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
8
-17
/
+20
2019-04-29
Btrfs: remove no longer used 'sync' member from transaction handle
Filipe Manana
3
-8
/
+0
2019-04-29
btrfs: zstd: remove indirect calls for local functions
Dennis Zhou
1
-4
/
+7
2019-04-29
btrfs: scrub: return EAGAIN when fs is closing
David Sterba
1
-1
/
+1
2019-04-29
btrfs: Initialize inode::i_mapping once in btrfs_symlink
Goldwyn Rodrigues
1
-1
/
+0
2019-04-29
btrfs: Don't panic when we can't find a root key
Qu Wenruo
1
-5
/
+8
2019-04-29
btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_block
Johannes Thumshirn
1
-1
/
+1
2019-04-29
btrfs: factor our read/write stage off csum_tree_block into its callers
Johannes Thumshirn
1
-26
/
+29
2019-04-28
Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+26
2019-04-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+4
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-2
/
+2
2019-04-26
Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+13
2019-04-26
Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-15
/
+28
2019-04-26
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
1
-2
/
+4
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
1
-2
/
+2
2019-04-25
Merge tag 'ceph-for-5.1-rc7' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-14
/
+85
2019-04-25
btrfs: Switch memory allocations in async csum calculation path to kvmalloc
Nikolay Borisov
2
-5
/
+13
2019-04-24
cifs: fix page reference leak with readv/writev
Jérôme Glisse
2
-15
/
+23
2019-04-24
cifs: do not attempt cifs operation on smb2+ rename error
Frank Sorenson
1
-0
/
+4
2019-04-24
cifs: fix memory leak in SMB2_read
Ronnie Sahlberg
1
-0
/
+1
2019-04-23
Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-7
/
+42
2019-04-23
ceph: fix ci->i_head_snapc leak
Yan, Zheng
2
-1
/
+15
2019-04-23
ceph: handle the case where a dentry has been renamed on outstanding req
Jeff Layton
1
-1
/
+15
2019-04-23
ceph: ensure d_name stability in ceph_dentry_hash()
Jeff Layton
1
-1
/
+5
2019-04-23
ceph: only use d_name directly when parent is locked
Jeff Layton
1
-11
/
+50
2019-04-23
io_uring: remove 'state' argument from io_{read,write} path
Jens Axboe
1
-13
/
+12
2019-04-22
nfsd: wake blocked file lock waiters before sending callback
Jeff Layton
1
-0
/
+9
2019-04-22
nfsd: wake waiters blocked on file_lock before deleting it
Jeff Layton
1
-2
/
+1
2019-04-22
io_uring: fix poll full SQ detection
Stefan Bühler
1
-1
/
+2
2019-04-22
io_uring: fix race condition when sq threads goes sleeping
Stefan Bühler
1
-1
/
+2
[next]