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-26
xfs: allow scrubbers to pause background reclaim
Darrick J. Wong
4
-0
/
+23
2019-04-26
xfs: rename the speculative block allocation reclaim toggle functions
Darrick J. Wong
4
-9
/
+9
2019-04-26
xfs: track delayed allocation reservations across the filesystem
Darrick J. Wong
4
-3
/
+51
2019-04-26
xfs: fix broken bhold behavior in xrep_roll_ag_trans
Darrick J. Wong
1
-17
/
+8
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-2
/
+2
2019-04-26
inotify_handle_event(): don't bother with strlen()
Al Viro
1
-1
/
+1
2019-04-26
fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
Al Viro
5
-8
/
+8
2019-04-26
fsnotify(): switch to passing const struct qstr * for file_name
Al Viro
2
-6
/
+8
2019-04-26
switch fsnotify_move() to passing const struct qstr * for old_name
Al Viro
2
-3
/
+3
2019-04-26
ovl_lookup_real_one(): don't bother with strlen()
Al Viro
5
-13
/
+11
2019-04-26
Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
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-26
fs: use timespec64 in relatime_need_update
Arnd Bergmann
1
-2
/
+2
2019-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
21
-43
/
+171
2019-04-25
kernfs: fix barrier usage in __kernfs_new_node()
Andrea Parri
1
-3
/
+2
2019-04-25
Fix nfs4.2 return -EINVAL when do dedupe operation
Xiaoli Feng
1
-1
/
+1
2019-04-25
NFS: Remove redundant open context from nfs_page
Trond Myklebust
1
-6
/
+2
2019-04-25
NFS: Add a helper to return a pointer to the open context of a struct nfs_page
Trond Myklebust
7
-23
/
+25
2019-04-25
NFS: Ensure that all nfs lock contexts have a valid open context
Trond Myklebust
1
-4
/
+9
2019-04-25
NFS: Allow signal interruption of NFS4ERR_DELAYed operations
Trond Myklebust
2
-34
/
+106
2019-04-25
pNFS: Add tracking to limit the number of pNFS retries
Trond Myklebust
4
-1
/
+33
2019-04-25
NFS: Remove unused argument from nfs_create_request()
Trond Myklebust
4
-13
/
+13
2019-04-25
NFS: Fix up NFS I/O subrequest creation
Trond Myklebust
1
-38
/
+55
2019-04-25
NFS: Replace custom error reporting mechanism with generic one
Trond Myklebust
3
-45
/
+26
2019-04-25
NFS: Don't inadvertently clear writeback errors
Trond Myklebust
2
-4
/
+4
2019-04-25
NFS: Don't call generic_error_remove_page() while holding locks
Trond Myklebust
1
-2
/
+1
2019-04-25
NFS: Don't interrupt file writeout due to fatal errors
Trond Myklebust
1
-1
/
+1
2019-04-25
NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
Trond Myklebust
2
-3
/
+14
2019-04-25
NFS: Consider ETIMEDOUT to be a fatal error
Trond Myklebust
1
-0
/
+1
2019-04-25
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
1
-6
/
+12
2019-04-25
SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
Trond Myklebust
1
-1
/
+1
2019-04-25
SUNRPC: Fix up task signalling
Trond Myklebust
2
-4
/
+4
2019-04-25
ext4: Support case-insensitive file name lookups
Gabriel Krisman Bertazi
9
-21
/
+221
2019-04-25
ext4: include charset encoding information in the superblock
Gabriel Krisman Bertazi
2
-1
/
+105
2019-04-25
unicode: update unicode database unicode version 12.1.0
Gabriel Krisman Bertazi
3
-2075
/
+2138
2019-04-25
unicode: introduce test module for normalized utf8 implementation
Gabriel Krisman Bertazi
3
-0
/
+326
2019-04-25
unicode: implement higher level API for string handling
Gabriel Krisman Bertazi
4
-1
/
+197
2019-04-25
unicode: reduce the size of utf8data[]
Olaf Weber
4
-12646
/
+3028
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
unicode: introduce code for UTF-8 normalization
Olaf Weber
3
-0
/
+756
2019-04-25
unicode: introduce UTF-8 character database
Gabriel Krisman Bertazi
6
-0
/
+13915
2019-04-25
ext4: actually request zeroing of inode table after grow
Kirill Tkhai
1
-1
/
+1
2019-04-25
ext4: cond_resched in work-heavy group loops
Khazhismel Kumykov
2
-0
/
+3
2019-04-25
ext4: fix use-after-free race with debug_want_extra_isize
Barret Rhoden
1
-24
/
+34
2019-04-25
ext4: avoid drop reference to iloc.bh twice
Pan Bian
1
-0
/
+1
2019-04-25
fs/quota: erase unused but set variable warning
Jiang Biao
1
-0
/
+4
2019-04-25
afs: Provide mount-time configurable byte-range file locking emulation
David Howells
5
-9
/
+85
2019-04-25
afs: Add more tracepoints
David Howells
4
-13
/
+20
[prev]
[next]