index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-11-11
8
-250
/
+300
|
\
|
*
ext4: fix error code saved on super block during file system abort
Gabriel Krisman Bertazi
2021-11-04
1
-1
/
+1
|
*
ext4: inline data inode fast commit replay fixes
Harshad Shirwadkar
2021-11-04
2
-1
/
+9
|
*
ext4: commit inline data during fast commit
Harshad Shirwadkar
2021-11-04
1
-1
/
+3
|
*
ext4: scope ret locally in ext4_try_to_trim_range()
Lukas Bulwahn
2021-11-04
1
-3
/
+2
|
*
ext4: remove an unused variable warning with CONFIG_QUOTA=n
Austin Kim
2021-11-04
1
-1
/
+3
|
*
ext4: fix boolreturn.cocci warnings in fs/ext4/name.c
Jing Yangyang
2021-11-04
1
-1
/
+1
|
*
ext4: prevent getting empty inode buffer
Zhang Yi
2021-11-04
1
-10
/
+14
|
*
ext4: move ext4_fill_raw_inode() related functions
Zhang Yi
2021-11-04
1
-146
/
+147
|
*
ext4: factor out ext4_fill_raw_inode()
Zhang Yi
2021-11-04
1
-38
/
+47
|
*
ext4: prevent partial update of the extent blocks
Zhang Yi
2021-11-04
1
-3
/
+16
|
*
ext4: check for inconsistent extents between index and leaf block
Zhang Yi
2021-11-04
1
-23
/
+36
|
*
ext4: check for out-of-order index extents in ext4_valid_extent_entries()
Zhang Yi
2021-11-04
1
-5
/
+12
|
*
ext4: convert from atomic_t to refcount_t on ext4_io_end->count
Xiyu Yang
2021-11-04
2
-5
/
+6
|
*
ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
yangerkun
2021-11-04
1
-1
/
+13
|
*
ext4: ensure enough credits in ext4_ext_shift_path_extents
yangerkun
2021-11-04
1
-34
/
+15
|
*
ext4: correct the left/middle/right debug message for binsearch
yangerkun
2021-11-04
1
-6
/
+8
|
*
ext4: fix lazy initialization next schedule time computation in more granular...
Shaoying Xu
2021-11-04
1
-5
/
+4
|
*
Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
Eric Whitney
2021-11-04
1
-9
/
+6
*
|
Merge tag 'for-5.16-deadlock-fix-tag' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-11
1
-16
/
+123
|
\
\
|
*
|
btrfs: fix deadlock due to page faults during direct IO reads and writes
Filipe Manana
2021-11-09
1
-16
/
+123
*
|
|
Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2021-11-11
26
-775
/
+686
|
\
\
\
|
*
|
|
nfsd4: remove obselete comment
J. Bruce Fields
2021-11-01
1
-3
/
+0
|
*
|
|
NFSD:fix boolreturn.cocci warning
Changcheng Deng
2021-10-19
1
-1
/
+1
|
*
|
|
nfsd: update create verifier comment
J. Bruce Fields
2021-10-15
1
-1
/
+2
|
*
|
|
SUNRPC: Change return value type of .pc_encode
Chuck Lever
2021-10-13
13
-174
/
+174
|
*
|
|
SUNRPC: Replace the "__be32 *p" parameter to .pc_encode
Chuck Lever
2021-10-13
14
-103
/
+75
|
*
|
|
NFSD: Save location of NFSv4 COMPOUND status
Chuck Lever
2021-10-13
3
-4
/
+10
|
*
|
|
SUNRPC: Change return value type of .pc_decode
Chuck Lever
2021-10-13
12
-254
/
+255
|
*
|
|
SUNRPC: Replace the "__be32 *p" parameter to .pc_decode
Chuck Lever
2021-10-13
13
-129
/
+91
|
*
|
|
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
2021-10-02
7
-26
/
+8
|
*
|
|
NFSD: Initialize pointer ni with NULL and not plain integer 0
Colin Ian King
2021-10-02
2
-2
/
+2
|
*
|
|
NFSD: simplify struct nfsfh
NeilBrown
2021-10-02
11
-60
/
+35
|
*
|
|
NFSD: drop support for ancient filehandles
NeilBrown
2021-10-02
2
-140
/
+54
|
*
|
|
NFSD: move filehandle format declarations out of "uapi".
NeilBrown
2021-10-02
2
-1
/
+97
|
*
|
|
NFSD: Optimize DRC bucket pruning
Chuck Lever
2021-09-22
1
-6
/
+11
*
|
|
|
Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2021-11-11
38
-1241
/
+1171
|
\
\
\
\
|
*
|
|
|
NFSv4: Sanity check the parameters in nfs41_update_target_slotid()
Trond Myklebust
2021-11-07
2
-4
/
+9
|
*
|
|
|
NFS: Remove the nfs4_label argument from decode_getattr_*() functions
Anna Schumaker
2021-11-05
1
-26
/
+17
|
*
|
|
|
NFS: Remove the nfs4_label argument from nfs_setsecurity
Anna Schumaker
2021-11-05
4
-20
/
+16
|
*
|
|
|
NFS: Remove the nfs4_label argument from nfs_fhget()
Anna Schumaker
2021-11-05
6
-11
/
+10
|
*
|
|
|
NFS: Remove the nfs4_label argument from nfs_add_or_obtain()
Anna Schumaker
2021-11-05
2
-5
/
+4
|
*
|
|
|
NFS: Remove the nfs4_label argument from nfs_instantiate()
Anna Schumaker
2021-11-05
3
-8
/
+7
|
*
|
|
|
NFS: Remove the nfs4_label from the nfs_setattrres
Anna Schumaker
2021-11-05
3
-42
/
+18
|
*
|
|
|
NFS: Remove the nfs4_label from the nfs4_getattr_res
Anna Schumaker
2021-11-05
10
-53
/
+27
|
*
|
|
|
NFS: Remove the f_label from the nfs4_opendata and nfs_openres
Anna Schumaker
2021-11-05
3
-26
/
+12
|
*
|
|
|
NFS: Remove the nfs4_label from the nfs4_lookupp_res struct
Anna Schumaker
2021-11-05
4
-27
/
+13
|
*
|
|
|
NFS: Remove the label from the nfs4_lookup_res struct
Anna Schumaker
2021-11-05
6
-39
/
+24
|
*
|
|
|
NFS: Remove the nfs4_label from the nfs4_link_res struct
Anna Schumaker
2021-11-05
2
-14
/
+4
|
*
|
|
|
NFS: Remove the nfs4_label from the nfs4_create_res struct
Anna Schumaker
2021-11-05
2
-8
/
+6
[next]