index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2023-04-26
lockd: fix races in client GRANTED_MSG wait logic
Jeff Layton
-31
/
+39
2023-04-26
lockd: move struct nlm_wait to lockd.h
Jeff Layton
-12
/
+0
2023-04-26
lockd: purge resources held on behalf of nlm clients when shutting down
Jeff Layton
-0
/
+1
2023-04-26
NFSD: Convert filecache to rhltable
Chuck Lever
-187
/
+133
2023-04-26
nfsd: allow reaping files still under writeback
Jeff Layton
-4
/
+17
2023-04-26
nfsd: update comment over __nfsd_file_cache_purge
Jeff Layton
-1
/
+2
2023-04-26
nfsd: don't take/put an extra reference when putting a file
Jeff Layton
-3
/
+1
2023-04-26
nfsd: add some comments to nfsd_file_do_acquire
Jeff Layton
-0
/
+5
2023-04-26
nfsd: don't kill nfsd_files because of lease break error
Jeff Layton
-14
/
+15
2023-04-26
nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator
Jeff Layton
-1
/
+1
2023-04-26
nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries
Jeff Layton
-0
/
+4
2023-04-26
nfsd: don't open-code clear_and_wake_up_bit
Jeff Layton
-3
/
+1
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-5
/
+4
2023-04-25
pipe: set FMODE_NOWAIT on pipes
Jens Axboe
-0
/
+3
2023-04-25
splice: clear FMODE_NOWAIT on file if splice/vmsplice is used
Jens Axboe
-4
/
+30
2023-04-25
Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
-5
/
+4
2023-04-25
Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+13
2023-04-25
gfs2: gfs2_ail_empty_gl no log flush on error
Bob Peterson
-2
/
+3
2023-04-25
gfs2: Issue message when revokes cannot be written
Bob Peterson
-1
/
+3
2023-04-25
gfs2: Perform second log flush in gfs2_make_fs_ro
Bob Peterson
-0
/
+9
2023-04-25
gfs2: return errors from gfs2_ail_empty_gl
Bob Peterson
-3
/
+5
2023-04-24
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-24
/
+17
2023-04-24
Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-8
/
+3
2023-04-24
Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-19
/
+58
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-44
/
+27
2023-04-24
Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-455
/
+536
2023-04-24
Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-5
/
+13
2023-04-24
Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-112
/
+63
2023-04-24
Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
-250
/
+264
2023-04-24
Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-4
/
+9
2023-04-24
Merge tag 'docs-6.4' of git://git.lwn.net/linux
Linus Torvalds
-17
/
+0
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2023-04-24
Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-11
/
+52
2023-04-24
f2fs: remove unnessary comment in __may_age_extent_tree
Qi Han
-1
/
+0
2023-04-24
f2fs: allocate node blocks for atomic write block replacement
Daeho Jeong
-1
/
+1
2023-04-24
f2fs: use cow inode data when updating atomic write
Daeho Jeong
-5
/
+10
2023-04-24
f2fs: remove power-of-two limitation of zoned device
Jaegeuk Kim
-11
/
+6
2023-04-24
Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
-10
/
+14
2023-04-24
ksmbd: fix racy issue from using ->d_parent and ->d_name
Namjae Jeon
-386
/
+277
2023-04-24
ksmbd: remove unused compression negotiate ctx packing
David Disseldorp
-24
/
+2
2023-04-24
ksmbd: avoid duplicate negotiate ctx offset increments
David Disseldorp
-16
/
+10
2023-04-24
ksmbd: set NegotiateContextCount once instead of every inc
David Disseldorp
-5
/
+5
2023-04-24
Merge tag 'pull-lock_rename_child' of git://git.kernel.org/pub/scm/linux/kern...
Steve French
-15
/
+57
2023-04-23
cifs: Avoid a cast in add_lease_context()
Volker Lendecke
-3
/
+4
2023-04-23
cifs: Simplify SMB2_open_init()
Volker Lendecke
-17
/
+4
2023-04-23
cifs: Simplify SMB2_open_init()
Volker Lendecke
-33
/
+9
2023-04-23
cifs: Simplify SMB2_open_init()
Volker Lendecke
-32
/
+13
2023-04-23
ubifs: Fix memleak when insert_old_idx() failed
Zhihao Cheng
-50
/
+87
2023-04-23
Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"
Zhihao Cheng
-8
/
+1
2023-04-22
Merge tag '6.3-rc7-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-14
/
+24
[prev]
[next]