index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
btrfs: Remove unused -EIO assignment in end_bio_extent_readpage
Nikolay Borisov
1
-2
/
+0
2019-04-29
btrfs: Exploit the fact that pages passed to extent_readpages are always contiguous
Nikolay Borisov
1
-44
/
+14
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-29
proc: prevent changes to overridden credentials
Paul Moore
1
-0
/
+5
2019-04-29
btrfs: ref-verify: Simplify stack trace retrieval
Thomas Gleixner
1
-13
/
+2
2019-04-29
proc: Simplify task stack retrieval
Thomas Gleixner
1
-9
/
+5
2019-04-28
Abort file_remove_privs() for non-reg. files
Alexander Lochmann
1
-2
/
+7
2019-04-28
[fix] get rid of checking for absent device name in vfs_get_tree()
Al Viro
1
-5
/
+0
2019-04-28
fsnotify: Fix NULL ptr deref in fanotify_get_fsid()
Jan Kara
2
-8
/
+18
2019-04-28
unicode: refactor the rule for regenerating utf8data.h
Masahiro Yamada
5
-16
/
+3455
2019-04-28
Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+26
2019-04-28
iomap: convert to SPDX identifier
Christoph Hellwig
1
-9
/
+1
2019-04-27
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+1
2019-04-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+4
2019-04-26
lockd: Store the lockd client credential in struct nlm_host
Trond Myklebust
2
-3
/
+10
2019-04-26
NFS: When mounting, don't share filesystems between different user namespaces
Trond Myklebust
1
-0
/
+17
2019-04-26
NFS: Convert NFSv2 to use the container user namespace
Trond Myklebust
1
-19
/
+39
2019-04-26
NFSv4: Convert the NFS client idmapper to use the container user namespace
Trond Myklebust
1
-7
/
+20
2019-04-26
NFS: Convert NFSv3 to use the container user namespace
Trond Myklebust
1
-56
/
+86
2019-04-26
NFS: Store the credential of the mount process in the nfs_server
Trond Myklebust
4
-1
/
+15
2019-04-26
SUNRPC: Cache cred of process creating the rpc_client
Trond Myklebust
5
-0
/
+6
2019-04-26
xfs: add missing error check in xfs_prepare_shift()
Brian Foster
1
-0
/
+2
2019-04-26
xfs: scrub should check incore counters against ondisk headers
Darrick J. Wong
1
-0
/
+20
[prev]
[next]