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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
NFSD: Use xdr_inline_decode() to decode NFSv3 symlinks
Chuck Lever
1
-11
/
+3
2022-09-26
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
2
-18
/
+2
2022-09-26
NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing
Chuck Lever
2
-12
/
+51
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
8
-0
/
+99
2022-09-26
NFSD: add shrinker to reap courtesy clients on low memory condition
Dai Ngo
4
-12
/
+96
2022-09-26
NFSD: keep track of the number of courtesy clients in the system
Dai Ngo
2
-1
/
+18
2022-09-26
NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
Anna Schumaker
1
-1
/
+1
2022-09-26
NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+10
2022-09-26
NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+9
2022-09-26
NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+8
2022-09-26
NFSD: Refactor nfsd_setattr()
Chuck Lever
1
-40
/
+57
2022-09-26
NFSD: Add a mechanism to wait for a DELEGRETURN
Chuck Lever
3
-0
/
+60
2022-09-26
NFSD: Add tracepoints to report NFSv4 callback completions
Chuck Lever
4
-1
/
+48
2022-09-26
NFSD: Trace NFSv4 COMPOUND tags
Chuck Lever
2
-8
/
+15
2022-09-26
NFSD: Replace dprintk() call site in fh_verify()
Chuck Lever
2
-10
/
+46
2022-09-26
nfsd: remove nfsd4_prepare_cb_recall() declaration
Gaosheng Cui
1
-1
/
+0
2022-09-26
nfsd: clean up mounted_on_fileid handling
Jeff Layton
1
-7
/
+9
2022-09-26
NFSD: Fix handling of oversized NFSv4 COMPOUND requests
Chuck Lever
3
-16
/
+18
2022-09-26
NFSD: drop fname and flen args from nfsd_create_locked()
NeilBrown
3
-8
/
+6
2022-09-26
NFSD: Protect against send buffer overflow in NFSv3 READ
Chuck Lever
1
-2
/
+2
2022-09-26
NFSD: Protect against send buffer overflow in NFSv2 READ
Chuck Lever
1
-0
/
+1
2022-09-26
NFSD: Protect against send buffer overflow in NFSv3 READDIR
Chuck Lever
1
-3
/
+4
2022-09-26
NFSD: Protect against send buffer overflow in NFSv2 READDIR
Chuck Lever
1
-3
/
+2
2022-09-26
NFSD: Increase NFSD_MAX_OPS_PER_COMPOUND
Chuck Lever
2
-4
/
+5
2022-09-26
nfsd: Propagate some error code returned by memdup_user()
Christophe JAILLET
1
-3
/
+3
2022-09-26
nfsd: Avoid some useless tests
Christophe JAILLET
1
-3
/
+3
2022-09-26
nfsd: Fix a memory leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2022-09-26
NFSD: remove redundant variable status
Jinpeng Cui
1
-12
/
+4
2022-09-26
NFSD enforce filehandle check for source file in COPY
Olga Kornievskaia
1
-1
/
+7
2022-09-26
lockd: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-26
NFSD: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-6
/
+6
2022-09-26
ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_group_cr1()
Jan Kara
1
-2
/
+1
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
7
-2
/
+23
2022-09-26
erofs: support on-disk compressed fragments data
Yue Hu
6
-17
/
+152
2022-09-26
fs: dlm: fix possible use after free if tracing
Alexander Aring
1
-7
/
+8
2022-09-26
ext2: Use kvmalloc() for group descriptor array
Jan Kara
1
-3
/
+3
2022-09-26
ext2: Add sanity checks for group and filesystem size
Jan Kara
1
-2
/
+14
2022-09-26
btrfs: implement a nowait option for tree searches
Josef Bacik
4
-3
/
+64
2022-09-26
btrfs: relax block-group-tree feature dependency checks
Qu Wenruo
3
-79
/
+113
2022-09-26
btrfs: move end_io_func argument to btrfs_bio_ctrl structure
Qu Wenruo
1
-17
/
+23
2022-09-26
btrfs: switch page and disk_bytenr argument position for submit_extent_page()
Qu Wenruo
1
-9
/
+9
2022-09-26
btrfs: update the comment for submit_extent_page()
Qu Wenruo
1
-3
/
+5
2022-09-26
btrfs: add struct declarations in dev-replace.h
Josef Bacik
1
-0
/
+4
2022-09-26
btrfs: use a runtime flag to indicate an inode is a free space inode
Josef Bacik
2
-7
/
+8
2022-09-26
btrfs: open code and remove btrfs_insert_inode_hash helper
Josef Bacik
2
-8
/
+3
2022-09-26
btrfs: open code and remove btrfs_inode_sectorsize helper
Josef Bacik
3
-13
/
+7
2022-09-26
btrfs: move btrfs_ordered_sum_size into file-item.c
Josef Bacik
2
-12
/
+11
2022-09-26
btrfs: move the fs_info related helpers closer to fs_info in ctree.h
Josef Bacik
1
-60
/
+63
2022-09-26
btrfs: move btrfs_csum_ptr to inode.c
Josef Bacik
2
-8
/
+7
2022-09-26
btrfs: move fs_info forward declarations to the top of ctree.h
Josef Bacik
1
-7
/
+5
[prev]
[next]