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-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
4
-2
/
+31
2022-05-22
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
4
-18
/
+18
2022-05-22
xfs: clean up xfs_attr_node_hasname
Darrick J. Wong
3
-31
/
+44
2022-05-22
smb3: add trace point for oplock not found
Steve French
2
-0
/
+5
2022-05-22
cifs: return the more nuanced writeback error on close()
ChenXiaoSong
1
-1
/
+4
2022-05-21
smb3: add trace point for lease not found issue
Steve French
2
-0
/
+7
2022-05-21
cifs: smbd: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-21
ext4: fix bug_on in ext4_writepages
Ye Bin
1
-0
/
+12
2022-05-21
ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()
Ritesh Harjani
3
-57
/
+64
2022-05-21
ext4: cleanup function defs from ext4.h into crypto.c
Ritesh Harjani
2
-64
/
+70
2022-05-21
ext4: move ext4 crypto code to its own file crypto.c
Ritesh Harjani
4
-122
/
+131
2022-05-21
ksmbd: fix outstanding credits related bugs
Hyunchul Lee
3
-3
/
+5
2022-05-21
ksmbd: smbd: fix connection dropped issue
Hyunchul Lee
1
-0
/
+1
2022-05-21
ksmbd: Fix some kernel-doc comments
Yang Li
1
-5
/
+5
2022-05-21
ksmbd: fix wrong smbd max read/write size check
Namjae Jeon
3
-14
/
+32
2022-05-21
ksmbd: add smbd max io size parameter
Namjae Jeon
4
-2
/
+18
2022-05-21
ksmbd: handle smb2 query dir request for OutputBufferLength that is too small
Namjae Jeon
1
-1
/
+9
2022-05-21
ksmbd: smbd: handle multiple Buffer descriptors
Hyunchul Lee
2
-62
/
+107
2022-05-21
ksmbd: smbd: change the return value of get_sg_list
Hyunchul Lee
1
-2
/
+2
2022-05-21
ksmbd: smbd: simplify tracking pending packets
Hyunchul Lee
1
-27
/
+7
2022-05-21
ksmbd: smbd: introduce read/write credits for RDMA read/write
Hyunchul Lee
1
-49
/
+71
2022-05-21
ksmbd: smbd: change prototypes of RDMA read/write related functions
Hyunchul Lee
4
-49
/
+51
2022-05-21
cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()
Ronnie Sahlberg
2
-3
/
+7
2022-05-21
cifs: check for smb1 in open_cached_dir()
Ronnie Sahlberg
1
-1
/
+2
2022-05-21
cifs: move definition of cifs_fattr earlier in cifsglob.h
Ronnie Sahlberg
1
-31
/
+31
2022-05-21
io_uring: cleanup handling of the two task_work lists
Jens Axboe
1
-25
/
+37
2022-05-20
cifs: print TIDs as hex
Enzo Matsumiya
2
-2
/
+2
2022-05-20
cifs: return ENOENT for DFS lookup_cache_entry()
Enzo Matsumiya
3
-10
/
+8
2022-05-20
cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
Enzo Matsumiya
1
-4
/
+12
2022-05-20
NFSD: Clean up nfsd_open_verified()
Chuck Lever
3
-6
/
+15
2022-05-20
NFSD: Remove do_nfsd_create()
Chuck Lever
2
-160
/
+0
2022-05-20
NFSD: Refactor NFSv4 OPEN(CREATE)
Chuck Lever
1
-10
/
+152
2022-05-20
NFSD: Refactor NFSv3 CREATE
Chuck Lever
1
-6
/
+121
2022-05-20
NFSD: Refactor nfsd_create_setattr()
Chuck Lever
2
-37
/
+44
2022-05-20
NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()
Chuck Lever
1
-4
/
+1
2022-05-20
NFSD: Clean up nfsd3_proc_create()
Chuck Lever
1
-14
/
+2
2022-05-20
xfs: free xfs_attrd_log_items correctly
Darrick J. Wong
1
-1
/
+1
2022-05-20
xfs: validate xattr name earlier in recovery
Darrick J. Wong
1
-7
/
+8
2022-05-20
xfs: reject unknown xattri log item filter flags during recovery
Darrick J. Wong
2
-4
/
+16
2022-05-20
xfs: reject unknown xattri log item operation flags during recovery
Darrick J. Wong
1
-2
/
+7
2022-05-20
xfs: don't leak the retained da state when doing a leaf to node conversion
Darrick J. Wong
1
-2
/
+8
2022-05-20
xfs: don't leak da state when freeing the attr intent item
Darrick J. Wong
2
-11
/
+26
2022-05-19
namei: cleanup double word in comment
Tom Rix
1
-1
/
+1
2022-05-19
get rid of dead code in legitimize_root()
Al Viro
1
-7
/
+0
2022-05-19
fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()
Al Viro
1
-1
/
+1
2022-05-19
m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...
Al Viro
1
-2
/
+2
2022-05-19
uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)
Al Viro
3
-3
/
+4
2022-05-19
f2fs: make f2fs_read_inline_data() more readable
Chao Liu
1
-0
/
+4
2022-05-19
fs/ntfs: remove redundant variable idx
Colin Ian King
1
-2
/
+2
2022-05-19
fat: remove time truncations in vfat_create/vfat_mkdir
Chung-Chiang Cheng
3
-27
/
+0
[prev]
[next]