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
2022-01-07
fscache: Implement simple cookie state machine
David Howells
1
-42
/
+271
2022-01-07
fscache: Add a function for a cache backend to note an I/O error
David Howells
1
-0
/
+20
2022-01-07
fscache: Provide and use cache methods to lookup/create/free a volume
David Howells
1
-3
/
+86
2022-01-07
fscache: Implement functions add/remove a cache
David Howells
1
-0
/
+70
2022-01-07
fscache: Implement cookie-level access helpers
David Howells
3
-0
/
+102
2022-01-07
fscache: Implement volume-level access helpers
David Howells
3
-0
/
+88
2022-01-07
fscache: Implement cache-level access helpers
David Howells
3
-0
/
+66
2022-01-07
fscache: Implement cookie registration
David Howells
6
-1
/
+564
2022-01-07
fscache: Implement volume registration
David Howells
5
-1
/
+372
2022-01-07
fscache: Implement cache registration
David Howells
4
-0
/
+312
2022-01-07
fscache: Implement a hash function
David Howells
2
-0
/
+42
2022-01-07
fscache: Introduce new driver
David Howells
7
-0
/
+364
2022-01-07
netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
David Howells
1
-1
/
+1
2022-01-07
fscache: Remove the contents of the fscache driver, pending rewrite
David Howells
17
-5886
/
+10
2022-01-07
cachefiles: Delete the cachefiles driver pending rewrite
David Howells
15
-5085
/
+0
2022-01-07
fscache, cachefiles: Disable configuration
David Howells
6
-5
/
+8
2022-01-06
NFSv42: Fallocate and clone should also request 'blocks used'
Trond Myklebust
1
-5
/
+8
2022-01-06
NFSv4: Allow writebacks to request 'blocks used'
Trond Myklebust
2
-14
/
+9
2022-01-06
NFS: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-06
NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()
Trond Myklebust
1
-1
/
+6
2022-01-06
NFS: Add a helper to remove case-insensitive aliases
Trond Myklebust
3
-2
/
+16
2022-01-06
NFS: Invalidate negative dentries on all case insensitive directory changes
Trond Myklebust
1
-4
/
+15
2022-01-06
NFSv4: Just don't cache negative dentries on case insensitive servers
Trond Myklebust
1
-0
/
+3
2022-01-06
NFSv4: Add some support for case insensitive filesystems
Trond Myklebust
2
-1
/
+47
2022-01-06
NFSv4.1: Fix uninitialised variable in devicenotify
Trond Myklebust
3
-11
/
+11
2022-01-06
nfs: nfs4clinet: check the return value of kstrdup()
Xiaoke Wang
1
-1
/
+4
2022-01-06
NFSv4 only print the label when its queried
Olga Kornievskaia
1
-3
/
+4
2022-01-06
nfs41: pnfs: filelayout: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+2
2022-01-06
NFS: Ensure the server has an up to date ctime before renaming
Trond Myklebust
1
-0
/
+2
2022-01-06
NFS: Ensure the server has an up to date ctime before hardlinking
Trond Myklebust
1
-0
/
+2
2022-01-06
NFS: don't store 'struct cred *' in struct nfs_access_entry
NeilBrown
2
-7
/
+44
2022-01-06
NFS: pass cred explicitly for access tests
NeilBrown
3
-14
/
+20
2022-01-06
NFS: change nfs_access_get_cached to only report the mask
NeilBrown
2
-20
/
+18
2022-01-06
xfs: warn about inodes with project id of -1
Darrick J. Wong
1
-0
/
+14
2022-01-06
xfs: hold quota inode ILOCK_EXCL until the end of dqalloc
Darrick J. Wong
1
-51
/
+28
2022-01-06
xfs: Remove redundant assignment of mp
Jiapeng Chong
1
-2
/
+0
2022-01-06
xfs: reduce kvmalloc overhead for CIL shadow buffers
Dave Chinner
1
-11
/
+35
2022-01-06
xfs: sysfs: use default_groups in kobj_type
Greg Kroah-Hartman
2
-7
/
+12
2022-01-06
debugfs: lockdown: Allow reading debugfs files that are not world readable
Michal Suchanek
1
-1
/
+1
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+4
2022-01-05
io_uring: remove redundant tab space
GuoYong Zheng
1
-1
/
+1
2022-01-05
io_uring: remove unused function parameter
GuoYong Zheng
1
-2
/
+2
2022-01-05
block: move rq_list macros to blk-mq.h
Keith Busch
1
-1
/
+1
2022-01-04
f2fs: remove redunant invalidate compress pages
Fengnan Chang
1
-1
/
+2
2022-01-04
f2fs: Simplify bool conversion
Yang Li
1
-1
/
+1
2022-01-04
f2fs: don't drop compressed page cache in .{invalidate,release}page
Chao Yu
1
-10
/
+4
2022-01-04
f2fs: fix to reserve space for IO align feature
Chao Yu
4
-2
/
+60
2022-01-04
f2fs: fix to check available space of CP area correctly in update_ckpt_flags()
Chao Yu
1
-2
/
+2
2022-01-04
f2fs: support fault injection to f2fs_trylock_op()
Chao Yu
2
-0
/
+6
2022-01-04
f2fs: clean up __find_inline_xattr() with __find_xattr()
Chao Yu
1
-18
/
+11
[prev]
[next]