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
2020-12-03
f2fs: add compress_mode mount option
Daeho Jeong
5
-3
/
+56
2020-12-02
f2fs: Remove unnecessary unlikely()
Yangtao Li
1
-3
/
+1
2020-12-02
f2fs: init dirty_secmap incorrectly
Jack Qiu
1
-1
/
+1
2020-12-02
f2fs: remove buffer_head which has 32bits limit
Jaegeuk Kim
1
-42
/
+34
2020-12-02
f2fs: fix wrong block count instead of bytes
Jaegeuk Kim
1
-2
/
+2
2020-12-02
f2fs: use new conversion functions between blks and bytes
Jaegeuk Kim
1
-25
/
+21
2020-12-02
f2fs: rename logical_to_blk and blk_to_logical
Jaegeuk Kim
1
-20
/
+20
2020-12-02
f2fs: fix kbytes written stat for multi-device case
Chao Yu
4
-16
/
+27
2020-12-02
f2fs: compress: support chksum
Chao Yu
4
-2
/
+49
2020-12-02
f2fs: fix to avoid REQ_TIME and CP_TIME collision
Chao Yu
2
-24
/
+38
2020-12-02
f2fs: change to use rwsem for cp_mutex
Sahitya Tummala
5
-10
/
+10
2020-12-02
f2fs: Handle casefolding with Encryption
Daniel Rosenberg
6
-33
/
+106
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
12
-33
/
+3
2020-12-02
libfs: Add generic function for setting dentry_ops
Daniel Rosenberg
1
-0
/
+70
2020-12-02
f2fs: Remove the redundancy initialization
Zhang Qilong
2
-2
/
+2
2020-12-02
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
1
-1
/
+0
2020-12-02
f2fs: fix double free of unicode map
Hyeongseok Kim
1
-0
/
+1
2020-12-02
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
1
-33
/
+104
2020-12-02
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
1
-6
/
+0
2020-12-02
f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
Daeho Jeong
1
-0
/
+54
2020-12-02
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
2
-2
/
+2
2020-12-02
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
5
-16
/
+41
2020-12-02
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
2
-1
/
+2
2020-12-02
fscrypt: move fscrypt_require_key() to fscrypt_private.h
Eric Biggers
1
-0
/
+26
2020-12-02
fscrypt: move body of fscrypt_prepare_setattr() out-of-line
Eric Biggers
1
-0
/
+8
2020-12-02
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
5
-8
/
+12
2020-12-02
ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
Eric Biggers
1
-7
/
+1
2020-12-02
ubifs: remove ubifs_dir_open()
Eric Biggers
1
-9
/
+0
2020-12-02
f2fs: remove f2fs_dir_open()
Eric Biggers
1
-8
/
+0
2020-12-02
ext4: remove ext4_dir_open()
Eric Biggers
1
-8
/
+0
2020-12-02
Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
5
-12
/
+42
2020-12-02
fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
Arpitha Raghunandan
1
-154
/
+162
2020-12-02
NFS: switch nfsiod to be an UNBOUND workqueue.
NeilBrown
1
-1
/
+1
2020-12-02
lockd: don't use interval-based rebinding over TCP
Calum Mackay
1
-9
/
+11
2020-12-02
NFSv4: Refactor to use user namespaces for nfs4idmap
Sargun Dhillon
1
-1
/
+1
2020-12-02
NFS: NFSv2/NFSv3: Use cred from fs_context during mount
Sargun Dhillon
1
-2
/
+2
2020-12-02
NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode
Trond Myklebust
3
-3
/
+37
2020-12-02
NFSv4: Fix open coded xdr_stream_remaining()
Trond Myklebust
1
-3
/
+3
2020-12-02
SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()
Trond Myklebust
3
-39
/
+45
2020-12-02
NFSv4: Fix the alignment of page data in the getdeviceinfo reply
Trond Myklebust
1
-3
/
+7
2020-12-02
pNFS: Clean up open coded xdr string decoding
Trond Myklebust
1
-36
/
+7
2020-12-02
pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transports
Trond Myklebust
1
-7
/
+2
2020-12-02
NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr
Trond Myklebust
2
-15
/
+21
2020-12-02
pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addr
Trond Myklebust
1
-5
/
+16
2020-12-02
NFSv4/pNFS: Use connections to a DS that are all of the same protocol family
Trond Myklebust
1
-1
/
+6
2020-12-02
NFS: Switch mount code to use xprt_find_transport_ident()
Trond Myklebust
1
-9
/
+12
2020-12-02
NFS: Do uncached readdir when we're seeking a cookie in an empty page cache
Trond Myklebust
1
-0
/
+17
2020-12-02
NFS: Reduce number of RPC calls when doing uncached readdir
Trond Myklebust
1
-36
/
+69
2020-12-02
NFS: Optimisations for monotonically increasing readdir cookies
Trond Myklebust
1
-1
/
+22
2020-12-02
NFS: Improve handling of directory verifiers
Trond Myklebust
2
-19
/
+23
[prev]
[next]