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-10
ext4: use ext4_ext_remove_space() for fast commit replay delete range
Xin Yin
1
-5
/
+8
2022-01-10
ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE
Xin Yin
2
-5
/
+4
2022-01-10
f2fs: do not allow partial truncation on pinned file
Jaegeuk Kim
1
-1
/
+5
2022-01-10
nfs: Implement cache I/O by accessing the cache directly
David Howells
5
-82
/
+134
2022-01-10
nfs: Convert to new fscache volume/cookie API
Dave Wysochanski
12
-593
/
+168
2022-01-10
9p: Copy local writes to the cache when writing to the server
David Howells
3
-1
/
+52
2022-01-10
9p: Use fscache indexing rewrite and reenable caching
David Howells
10
-209
/
+90
2022-01-10
exfat: fix missing REQ_SYNC in exfat_update_bhs()
Yuezhang.Mo
1
-1
/
+2
2022-01-10
exfat: remove argument 'sector' from exfat_get_dentry()
Yuezhang.Mo
5
-52
/
+33
2022-01-10
exfat: move super block magic number to magic.h
Namjae Jeon
2
-1
/
+1
2022-01-10
exfat: fix i_blocks for files truncated over 4 GiB
Christophe Vu-Brugier
3
-6
/
+6
2022-01-10
exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
Christophe Vu-Brugier
4
-18
/
+17
2022-01-10
exfat: make exfat_find_location() static
Christophe Vu-Brugier
2
-4
/
+2
2022-01-10
exfat: fix typos in comments
Christophe Vu-Brugier
2
-2
/
+2
2022-01-10
exfat: simplify is_valid_cluster()
Christophe Vu-Brugier
1
-3
/
+1
2022-01-10
9p: only copy valid iattrs in 9P2000.L setattr implementation
Christian Brauner
1
-9
/
+20
2022-01-10
9p: Use BUG_ON instead of if condition followed by BUG.
Zhang Mingyu
1
-2
/
+1
2022-01-09
ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
Zhihao Cheng
1
-0
/
+2
2022-01-09
ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode comment
Zhihao Cheng
1
-1
/
+1
2022-01-09
ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
Zhihao Cheng
1
-10
/
+15
2022-01-09
ubifs: rename_whiteout: Fix double free for whiteout_ui->data
Zhihao Cheng
1
-2
/
+0
2022-01-09
io_uring: fix not released cached task refs
Pavel Begunkov
1
-13
/
+21
2022-01-08
nfsd: fix crash on COPY_NOTIFY with special stateid
J. Bruce Fields
1
-1
/
+5
2022-01-08
NFSD: Move fill_pre_wcc() and fill_post_wcc()
Chuck Lever
5
-75
/
+96
2022-01-08
Revert "nfsd: skip some unnecessary stats in the v4 case"
Chuck Lever
1
-27
/
+17
2022-01-08
NFSD: Trace boot verifier resets
Chuck Lever
2
-3
/
+38
2022-01-08
NFSD: Rename boot verifier functions
Chuck Lever
5
-20
/
+20
2022-01-08
NFSD: Clean up the nfsd_net::nfssvc_boot field
Chuck Lever
3
-17
/
+45
2022-01-08
NFSD: Write verifier might go backwards
Chuck Lever
1
-1
/
+1
2022-01-08
nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
Trond Myklebust
4
-4
/
+69
2022-01-08
NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)
Chuck Lever
1
-6
/
+5
2022-01-08
NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)
Chuck Lever
1
-7
/
+4
2022-01-08
NFSD: Clean up nfsd_vfs_write()
Chuck Lever
1
-16
/
+5
2022-01-08
nfsd: Replace use of rwsem with errseq_t
Trond Myklebust
4
-34
/
+24
2022-01-08
NFSD: Fix verifier returned in stable WRITEs
Chuck Lever
1
-0
/
+4
2022-01-08
nfsd: Retry once in nfsd_open on an -EOPENSTALE return
Jeff Layton
2
-1
/
+10
2022-01-08
nfsd: Add errno mapping for EREMOTEIO
Jeff Layton
1
-0
/
+1
2022-01-08
nfsd: map EBADF
Peng Tao
1
-0
/
+1
2022-01-08
NFSD: Fix zero-length NFSv3 WRITEs
Chuck Lever
2
-10
/
+1
2022-01-08
nfsd4: add refcount for nfsd4_blocked_lock
Vasily Averin
2
-3
/
+23
2022-01-08
nfs: block notification on fs with its own ->lock
J. Bruce Fields
3
-9
/
+17
2022-01-08
NFSD: De-duplicate nfsd4_decode_bitmap4()
Chuck Lever
1
-14
/
+3
2022-01-08
nfsd: improve stateid access bitmask documentation
J. Bruce Fields
2
-4
/
+14
2022-01-08
NFSD: Combine XDR error tracepoints
Chuck Lever
1
-21
/
+7
2022-01-08
Merge tag 'xfs-5.16-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+2
2022-01-08
exit: Use the correct exit_code in /proc/<pid>/stat
Eric W. Biederman
1
-1
/
+5
2022-01-08
signal: Remove the helper signal_group_exit
Eric W. Biederman
2
-3
/
+4
2022-01-08
signal: Rename group_exit_task group_exec_task
Eric W. Biederman
1
-4
/
+4
2022-01-08
coredump: Stop setting signal->group_exit_task
Eric W. Biederman
1
-2
/
+0
2022-01-08
signal: Remove SIGNAL_GROUP_COREDUMP
Eric W. Biederman
1
-2
/
+1
[prev]
[next]