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
2022-10-05
ksmbd: set file permission mode to match Samba server posix extension behavior
Namjae Jeon
2
-3
/
+3
2022-10-05
ksmbd: change security id to the one samba used for posix extension
Namjae Jeon
3
-7
/
+25
2022-10-05
ksmbd: casefold utf-8 share names and fix ascii lowercase conversion
Atte Heikkilä
10
-28
/
+56
2022-10-05
ksmbd: port to vfs{g,u}id_t and associated helpers
Christian Brauner
5
-16
/
+25
2022-10-05
ksmbd: fix incorrect handling of iterate_dir
Namjae Jeon
1
-10
/
+4
2022-10-05
ksmbd: remove generic_fillattr use in smb2_open()
Namjae Jeon
1
-4
/
+5
2022-10-05
ksmbd: constify struct path
Al Viro
7
-20
/
+20
2022-10-05
ksmbd: don't open-code %pD
Al Viro
2
-14
/
+11
2022-10-05
ksmbd: don't open-code file_path()
Al Viro
1
-2
/
+2
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-0
/
+3
2022-10-04
f2fs: support recording errors into superblock
Chao Yu
15
-8
/
+126
2022-10-04
f2fs: support recording stop_checkpoint reason into super_block
Chao Yu
8
-16
/
+49
2022-10-04
f2fs: remove the unnecessary check in f2fs_xattr_fiemap
Zhang Qilong
1
-1
/
+1
2022-10-04
f2fs: introduce cp_status sysfs entry
Chao Yu
1
-0
/
+8
2022-10-04
f2fs: fix to detect corrupted meta ino
Chao Yu
1
-5
/
+16
2022-10-04
f2fs: fix to account FS_CP_DATA_IO correctly
Chao Yu
4
-8
/
+15
2022-10-04
f2fs: code clean and fix a type error
Zhang Qilong
5
-5
/
+5
2022-10-04
f2fs: add "c_len" into trace_f2fs_update_extent_tree_range for compressed file
Zhang Qilong
1
-2
/
+2
2022-10-04
f2fs: fix to do sanity check on summary info
Chao Yu
2
-4
/
+21
2022-10-04
f2fs: port to vfs{g,u}id_t and associated helpers
Christian Brauner
2
-3
/
+4
2022-10-04
f2fs: fix to do sanity check on destination blkaddr during recovery
Chao Yu
3
-1
/
+21
2022-10-04
f2fs: let FI_OPU_WRITE override FADVISE_COLD_BIT
Weichao Guo
1
-1
/
+1
2022-10-04
f2fs: fix race condition on setting FI_NO_EXTENT flag
Zhang Qilong
1
-2
/
+1
2022-10-04
f2fs: remove redundant check in f2fs_sanity_check_cluster
Zhang Qilong
1
-11
/
+9
2022-10-04
f2fs: add static init_idisk_time function to reduce the code
Zhang Qilong
1
-9
/
+12
2022-10-04
f2fs: fix typo
Yonggil Song
1
-1
/
+1
2022-10-04
f2fs: fix wrong dirty page count when race between mmap and fallocate.
Shuqi Zhang
3
-6
/
+3
2022-10-04
f2fs: use COMPRESS_MAPPING to get compress cache mapping
Zhang Qilong
1
-1
/
+1
2022-10-04
f2fs: return the tmp_ptr directly in __bitmap_ptr
Zhang Qilong
1
-1
/
+1
2022-10-04
ceph: fix incorrectly showing the .snap size for stat
Xiubo Li
1
-4
/
+23
2022-10-04
ceph: fail the open_by_handle_at() if the dentry is being unlinked
Xiubo Li
1
-1
/
+2
2022-10-04
ceph: increment i_version when doing a setattr with caps
Jeff Layton
1
-0
/
+1
2022-10-04
ceph: Use kcalloc for allocating multiple elements
Kenneth Lee
1
-1
/
+1
2022-10-04
ceph: no need to wait for transition RDCACHE|RD -> RD
Xiubo Li
1
-2
/
+6
2022-10-04
ceph: fail the request if the peer MDS doesn't support getvxattr op
Xiubo Li
3
-1
/
+17
2022-10-04
ceph: wake up the waiters if any new caps comes
Xiubo Li
1
-0
/
+4
2022-10-04
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-2
/
+0
2022-10-04
xfs: on memory failure, only shut down fs after scanning all mappings
Darrick J. Wong
1
-9
/
+17
2022-10-04
xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
Shida Zhang
4
-24
/
+34
2022-10-04
xfs: trim the mapp array accordingly in xfs_da_grow_inode_int
Shida Zhang
1
-1
/
+1
2022-10-03
Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
8
-77
/
+154
2022-10-03
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2
-15
/
+5
2022-10-03
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
12
-437
/
+479
2022-10-03
Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Linus Torvalds
11
-81
/
+176
2022-10-03
Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
32
-379
/
+770
2022-10-03
Merge tag 'erofs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
12
-292
/
+647
2022-10-03
Merge tag 'fs.vfsuid.fat.v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping
Linus Torvalds
1
-2
/
+3
2022-10-03
Merge tag 'fs.acl.rework.prep.v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping
Linus Torvalds
6
-178
/
+246
2022-10-03
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+2
2022-10-03
Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-2
/
+2
[prev]
[next]