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
2021-12-14
btrfs: fix double free of anon_dev after failure to create subvolume
Filipe Manana
1
-0
/
+8
2021-12-14
btrfs: fix memory leak in __add_inode_ref()
Jianglei Nie
1
-0
/
+1
2021-12-14
io_uring: code clean for some ctx usage
Hao Xu
1
-2
/
+2
2021-12-14
fuse: mark inode DONT_CACHE when per inode DAX hint changes
Jeffle Xu
3
-0
/
+13
2021-12-14
fuse: negotiate per inode DAX in FUSE_INIT
Jeffle Xu
3
-5
/
+13
2021-12-14
fuse: enable per inode DAX
Jeffle Xu
4
-9
/
+13
2021-12-14
fuse: make DAX mount option a tri-state
Jeffle Xu
4
-9
/
+52
2021-12-14
fuse: add fuse_should_enable_dax() helper
Jeffle Xu
1
-1
/
+9
2021-12-13
fget: clarify and improve __fget_files() implementation
Linus Torvalds
1
-16
/
+56
2021-12-13
NFSD: simplify per-net file cache management
NeilBrown
2
-61
/
+17
2021-12-13
NFSD: Fix inconsistent indenting
Jiapeng Chong
1
-2
/
+2
2021-12-13
NFSD: Remove be32_to_cpu() from DRC hash function
Chuck Lever
1
-1
/
+1
2021-12-13
NFS: switch the callback service back to non-pooled.
NeilBrown
1
-1
/
+1
2021-12-13
lockd: use svc_set_num_threads() for thread start and stop
NeilBrown
1
-50
/
+8
2021-12-13
lockd: rename lockd_create_svc() to lockd_get()
NeilBrown
1
-6
/
+4
2021-12-13
lockd: introduce lockd_put()
NeilBrown
1
-37
/
+27
2021-12-13
lockd: move svc_exit_thread() into the thread
NeilBrown
1
-11
/
+12
2021-12-13
lockd: move lockd_start_svc() call into lockd_create_svc()
NeilBrown
1
-12
/
+10
2021-12-13
lockd: simplify management of network status notifiers
NeilBrown
1
-26
/
+9
2021-12-13
lockd: introduce nlmsvc_serv
NeilBrown
1
-16
/
+20
2021-12-13
NFSD: simplify locking for network notifier.
NeilBrown
3
-23
/
+20
2021-12-13
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
2
-11
/
+8
2021-12-13
NFSD: Make it possible to use svc_set_num_threads_sync
NeilBrown
2
-24
/
+20
2021-12-13
NFSD: narrow nfsd_mutex protection in nfsd thread
NeilBrown
1
-6
/
+2
2021-12-13
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
1
-3
/
+2
2021-12-13
nfsd: make nfsd_stats.th_cnt atomic_t
NeilBrown
3
-7
/
+5
2021-12-13
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
5
-33
/
+44
2021-12-13
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
5
-34
/
+22
2021-12-13
SUNRPC: change svc_get() to return the svc.
NeilBrown
2
-8
/
+4
2021-12-13
NFSD: handle errors better in write_ports_addfd()
NeilBrown
1
-1
/
+1
2021-12-13
NFSD: Fix sparse warning
Chuck Lever
1
-1
/
+1
2021-12-13
kthread: Ensure struct kthread is present for all kthreads
Eric W. Biederman
1
-0
/
+2
2021-12-13
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
1
-1
/
+1
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
4
-5
/
+5
2021-12-13
io-wq: drop wqe lock before creating new worker
Jens Axboe
1
-0
/
+2
2021-12-11
Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+11
2021-12-11
Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-8
/
+27
2021-12-11
tracefs: Use d_inode() helper function to get the dentry inode
Steven Rostedt (VMware)
1
-12
/
+12
2021-12-10
Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
7
-10
/
+35
2021-12-10
Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-31
/
+36
2021-12-10
Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-9
/
+15
2021-12-10
f2fs: add gc_urgent_high_remaining sysfs node
Daeho Jeong
4
-0
/
+27
2021-12-10
f2fs: fix to do sanity check in is_alive()
Chao Yu
1
-0
/
+3
2021-12-10
f2fs: fix to avoid panic in is_alive() if metadata is inconsistent
Chao Yu
1
-1
/
+1
2021-12-10
f2fs: fix to do sanity check on inode type during garbage collection
Chao Yu
1
-1
/
+2
2021-12-10
f2fs: avoid duplicate call of mark_inode_dirty
Jaegeuk Kim
1
-0
/
+4
2021-12-10
f2fs: show number of pending discard commands
Jaegeuk Kim
1
-0
/
+11
2021-12-10
f2fs: support POSIX_FADV_DONTNEED drop compressed page cache
Fengnan Chang
1
-3
/
+9
2021-12-10
f2fs: fix remove page failed in invalidate compress pages
Fengnan Chang
1
-0
/
+5
2021-12-10
f2fs: show more DIO information in tracepoint
Jaegeuk Kim
1
-2
/
+2
[prev]
[next]