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-19
xfs: remove xfs_setattr_time() declaration
Gaosheng Cui
1
-1
/
+0
2022-09-19
xfs: Remove the unneeded result variable
ye xingchen
1
-3
/
+1
2022-09-19
xfs: missing space in xfs trace log
Zeng Heng
1
-2
/
+2
2022-09-19
xfs: simplify if-else condition in xfs_reflink_trim_around_shared
Zeng Heng
1
-10
/
+12
2022-09-19
xfs: simplify if-else condition in xfs_validate_new_dalign
Zeng Heng
1
-18
/
+20
2022-09-19
xfs: replace unnecessary seq_printf with seq_puts
Zeng Heng
1
-1
/
+1
2022-09-19
xfs: clean up "%Ld/%Lu" which doesn't meet C standard
Zeng Heng
5
-10
/
+10
2022-09-19
xfs: remove redundant else for clean code
Zeng Heng
1
-5
/
+5
2022-09-19
xfs: remove the redundant word in comment
Zeng Heng
1
-1
/
+1
2022-09-17
acl: fix the comments of posix_acl_xattr_set
Deming Wang
1
-1
/
+1
2022-09-16
Merge tag '6.0-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-15
/
+12
2022-09-14
cifs: update internal module number
Steve French
1
-2
/
+2
2022-09-14
cifs: add missing spinlock around tcon refcount
Paulo Alcantara
1
-0
/
+3
2022-09-13
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2
-13
/
+4
2022-09-13
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stefan Metzmacher
1
-2
/
+2
2022-09-13
xtensa: add FDPIC and static PIE support for noMMU
Max Filippov
1
-1
/
+1
2022-09-13
Revert "fs/exec: allow to unshare a time namespace on vfork+exec"
Andrei Vagin
1
-7
/
+0
2022-09-13
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+8
2022-09-13
btrfs: zoned: wait for extent buffer IOs before finishing a zone
Naohiro Aota
1
-2
/
+38
2022-09-13
btrfs: fix hang during unmount when stopping a space reclaim worker
Filipe Manana
1
-0
/
+25
2022-09-13
btrfs: fix hang during unmount when stopping block group reclaim worker
Filipe Manana
1
-6
/
+11
2022-09-12
f2fs: simplify code in f2fs_prepare_decomp_mem
Zhang Qilong
1
-6
/
+2
2022-09-12
f2fs: replace logical value "true" with a int number
Zhang Qilong
1
-1
/
+1
2022-09-12
f2fs: increase the limit for reserve_root
Jaegeuk Kim
1
-2
/
+2
2022-09-12
f2fs: complete checkpoints during remount
Jaegeuk Kim
1
-0
/
+6
2022-09-12
f2fs: flush pending checkpoints when freezing super
Jaegeuk Kim
3
-9
/
+21
2022-09-12
nfsd_splice_actor(): handle compound pages
Al Viro
1
-4
/
+8
2022-09-12
Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-36
/
+50
2022-09-12
Merge tag 'nfsd-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-10
/
+9
2022-09-12
cifs: revalidate mapping when doing direct writes
Ronnie Sahlberg
1
-0
/
+3
2022-09-12
Merge 6.0-rc5 into driver-core-next
Greg Kroah-Hartman
55
-362
/
+449
2022-09-12
udf: Support splicing to file
Jan Kara
1
-0
/
+1
2022-09-11
ntfs: check overflow when iterating ATTR_RECORDs
Hawkins Jiawei
1
-0
/
+8
2022-09-11
ntfs: fix out-of-bounds read in ntfs_attr_find()
Hawkins Jiawei
1
-4
/
+16
2022-09-11
ntfs: fix use-after-free in ntfs_attr_find()
Hawkins Jiawei
1
-0
/
+7
2022-09-11
reiserfs: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-09-11
ocfs2: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-3
/
+3
2022-09-11
hfs: replace kmap() with kmap_local_page() in btree.c
Fabio M. De Francesco
1
-14
/
+16
2022-09-11
hfs: replace kmap() with kmap_local_page() in bnode.c
Fabio M. De Francesco
1
-20
/
+12
2022-09-11
hfs: unmap the page in the "fail_page" label
Fabio M. De Francesco
1
-0
/
+1
2022-09-11
aio: use atomic_try_cmpxchg in __get_reqs_available
Uros Bizjak
1
-6
/
+3
2022-09-11
buffer: use try_cmpxchg in discard_buffer
Uros Bizjak
1
-9
/
+5
2022-09-11
epoll: use try_cmpxchg in list_add_tail_lockless
Uros Bizjak
1
-1
/
+1
2022-09-11
fs/qnx6: delete unnecessary checks before brelse()
Minghao Chi
1
-4
/
+2
2022-09-11
fs/isofs: replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-10
/
+10
2022-09-11
hfsplus: convert kmap() to kmap_local_page() in btree.c
Fabio M. De Francesco
1
-14
/
+14
2022-09-11
hfsplus: convert kmap() to kmap_local_page() in bitmap.c
Fabio M. De Francesco
1
-10
/
+10
2022-09-11
hfsplus: convert kmap() to kmap_local_page() in bnode.c
Fabio M. De Francesco
1
-57
/
+48
2022-09-11
hfsplus: unmap the page in the "fail_page" label
Fabio M. De Francesco
1
-0
/
+1
2022-09-11
hugetlb: make hugetlb depends on SYSFS or SYSCTL
Miaohe Lin
1
-0
/
+1
[prev]
[next]