index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
sysctl: share unsigned long const values
Luis Chamberlain
1
-0
/
+3
2022-01-22
fs: move binfmt_misc sysctl to its own file
Luis Chamberlain
1
-1
/
+5
2022-01-22
sysctl: add helper to register a sysctl mount point
Luis Chamberlain
1
-0
/
+14
2022-01-22
eventpoll: simplify sysctl declaration with register_sysctl()
Xiaoming Ni
1
-1
/
+9
2022-01-22
inotify: simplify subdirectory registration with register_sysctl()
Xiaoming Ni
2
-2
/
+19
2022-01-22
ocfs2: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
1
-24
/
+1
2022-01-22
dnotify: move dnotify sysctl to dnotify.c
Xiaoming Ni
1
-1
/
+20
2022-01-22
aio: move aio sysctl to aio.c
Xiaoming Ni
1
-2
/
+29
2022-01-22
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
1
-1
/
+1
2022-01-22
sysctl: add a new register_sysctl_init() interface
Xiaoming Ni
1
-0
/
+33
2022-01-21
netfs: Make ops->init_rreq() optional
Jeffle Xu
2
-6
/
+2
2022-01-21
cachefiles: Check that the backing filesystem supports tmpfiles
David Howells
1
-0
/
+2
2022-01-21
cachefiles: Explain checks in a comment
David Howells
1
-1
/
+7
2022-01-21
cachefiles: Trace active-mark failure
David Howells
1
-1
/
+3
2022-01-21
cachefiles: Make some tracepoint adjustments
David Howells
1
-3
/
+5
2022-01-21
cachefiles: set default tag name if it's unspecified
Jeffle Xu
1
-0
/
+11
2022-01-21
cachefiles: Calculate the blockshift in terms of bytes, not pages
David Howells
3
-7
/
+4
2022-01-21
fscache: Fix the volume collision wait condition
David Howells
1
-2
/
+2
2022-01-21
Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-54
/
+116
2022-01-21
Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-8
/
+13
2022-01-21
Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-128
/
+10
2022-01-21
Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-25
/
+4
2022-01-20
unicode: clean up the Kconfig symbol confusion
Christoph Hellwig
16
-65
/
+59
2022-01-20
fanotify: remove variable set but not used
Yang Li
1
-3
/
+0
2022-01-20
Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
6
-34
/
+209
2022-01-20
Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
19
-334
/
+429
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-35
/
+34
2022-01-20
btrfs: use generic Kconfig option for 256kB page size limit
Nathan Chancellor
1
-2
/
+1
2022-01-20
fs/adfs: remove unneeded variable make code cleaner
Minghao Chi
1
-3
/
+1
2022-01-20
FAT: use io_schedule_timeout() instead of congestion_wait()
NeilBrown
1
-2
/
+3
2022-01-20
hfsplus: use struct_group_attr() for memcpy() region
Kees Cook
2
-6
/
+10
2022-01-20
nilfs2: remove redundant pointer sbufs
Colin Ian King
1
-2
/
+2
2022-01-20
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
H.J. Lu
1
-2
/
+2
2022-01-20
kthread: dynamically allocate memory to store kthread's full name
Yafang Shao
1
-0
/
+3
2022-01-20
fs/binfmt_elf: replace open-coded string copy with get_task_comm
Yafang Shao
1
-1
/
+1
2022-01-20
fs/exec: replace strncpy with strscpy_pad in __get_task_comm
Yafang Shao
1
-1
/
+2
2022-01-20
fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
Yafang Shao
1
-1
/
+1
2022-01-20
sysctl: remove redundant ret assignment
luo penghao
1
-1
/
+0
2022-01-20
sysctl: fix duplicate path separator in printed entries
Geert Uytterhoeven
1
-4
/
+4
2022-01-20
proc: convert the return type of proc_fd_access_allowed() to be boolean
Qi Zheng
1
-2
/
+2
2022-01-20
proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration
David Hildenbrand
1
-8
/
+2
2022-01-19
cifs: update internal module number
Steve French
1
-2
/
+2
2022-01-19
smb3: send NTLMSSP version information
Steve French
4
-2
/
+101
2022-01-19
xfs: flush inodegc workqueue tasks before cancel
Brian Foster
1
-18
/
+4
2022-01-19
io-wq: delete dead lock shuffling code
Jens Axboe
1
-6
/
+1
2022-01-19
btrfs: defrag: properly update range->start for autodefrag
Qu Wenruo
1
-2
/
+16
2022-01-19
btrfs: defrag: fix wrong number of defragged sectors
Qu Wenruo
1
-3
/
+7
2022-01-19
cifs: Support fscache indexing rewrite
David Howells
11
-500
/
+199
2022-01-19
btrfs: allow defrag to be interruptible
Filipe Manana
1
-0
/
+5
2022-01-19
btrfs: fix too long loop when defragging a 1 byte file
Filipe Manana
1
-6
/
+6
[prev]
[next]