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
2019-07-17
btrfs: inode: Don't compress if NODATASUM or NODATACOW set
Qu Wenruo
1
-1
/
+23
2019-07-17
iomap: move internal declarations into fs/iomap/
Darrick J. Wong
6
-19
/
+0
2019-07-17
iomap: move the main iteration code into a separate file
Darrick J. Wong
3
-17
/
+2
2019-07-17
iomap: move the buffered IO code into a separate file
Darrick J. Wong
3
-1053
/
+1074
2019-07-17
iomap: move the direct IO code into a separate file
Darrick J. Wong
3
-554
/
+563
2019-07-17
iomap: move the SEEK_HOLE code into a separate file
Darrick J. Wong
3
-202
/
+216
2019-07-17
iomap: move the file mapping reporting code into a separate file
Darrick J. Wong
3
-136
/
+149
2019-07-17
iomap: move the swapfile code into a separate file
Darrick J. Wong
3
-170
/
+183
2019-07-16
switch the remnants of releasing the mountpoint away from fs_pin
Al Viro
3
-28
/
+26
2019-07-16
get rid of detach_mnt()
Al Viro
1
-34
/
+28
2019-07-16
make struct mountpoint bear the dentry reference to mountpoint, not struct mount
Al Viro
2
-28
/
+25
2019-07-16
dax: Fix missed wakeup with PMD faults
Matthew Wilcox (Oracle)
1
-20
/
+33
2019-07-16
fs/select.c: use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+3
2019-07-16
select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()
Oleg Nesterov
1
-33
/
+13
2019-07-16
select: change do_poll() to return -ERESTARTNOHAND rather than -EINTR
Oleg Nesterov
1
-23
/
+7
2019-07-16
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
4
-50
/
+27
2019-07-16
fs/reiserfs/journal.c: change return type of dirty_one_transaction
Hariprasad Kelam
1
-4
/
+2
2019-07-16
fs/ufs/super.c: remove set but not used variable 'usb3'
YueHaibing
1
-2
/
+0
2019-07-16
fs/hfsplus/xattr.c: replace strncpy with memcpy
Mathieu Malaterre
1
-1
/
+1
2019-07-16
coda: add hinting support for partial file caching
Pedro Cuadra
5
-25
/
+112
2019-07-16
coda: ftoc validity check integration
Fabian Frederick
4
-18
/
+18
2019-07-16
coda: remove sb test in coda_fid_to_inode()
Fabian Frederick
1
-5
/
+0
2019-07-16
coda: remove sysctl object from module when unused
Fabian Frederick
4
-16
/
+12
2019-07-16
coda: add __init to init_coda_psdev()
Fabian Frederick
1
-1
/
+1
2019-07-16
coda: use SIZE() for stat
Fabian Frederick
1
-1
/
+1
2019-07-16
coda: destroy mutex in put_super()
Fabian Frederick
1
-0
/
+1
2019-07-16
coda: remove uapi/linux/coda_psdev.h
Jan Harkes
1
-1
/
+4
2019-07-16
coda: move internal defs out of include/linux/ [ver #2]
David Howells
11
-14
/
+99
2019-07-16
coda: bump module version
Jan Harkes
1
-1
/
+1
2019-07-16
coda: get rid of CODA_FREE()
Dan Carpenter
3
-24
/
+22
2019-07-16
coda: get rid of CODA_ALLOC()
Dan Carpenter
3
-13
/
+7
2019-07-16
coda: change Coda's user api to use 64-bit time_t in timespec
Jan Harkes
1
-14
/
+7
2019-07-16
coda: stop using 'struct timespec' in user API
Arnd Bergmann
1
-12
/
+38
2019-07-16
coda: clean up indentation, replace spaces with tab
Colin Ian King
1
-1
/
+1
2019-07-16
coda: don't try to print names that were considered too long
Jan Harkes
1
-2
/
+2
2019-07-16
coda: potential buffer overflow in coda_psdev_write()
Jan Harkes
2
-3
/
+39
2019-07-16
coda: add error handling for fget
Zhouyang Jia
1
-1
/
+4
2019-07-16
coda: pass the host file in vma->vm_file on mmap
Jan Harkes
1
-2
/
+68
2019-07-16
fs/binfmt_elf.c: delete stale comment
Alexey Dobriyan
1
-1
/
+0
2019-07-16
fs/binfmt_flat.c: remove set but not used variable 'inode'
YueHaibing
1
-2
/
+0
2019-07-16
fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...
Radoslaw Burny
1
-0
/
+4
2019-07-16
fs/proc/inode.c: use typeof_member() macro
Alexey Dobriyan
1
-10
/
+17
2019-07-16
vmcore: add a kernel parameter novmcoredd
Kairui Song
2
-1
/
+11
2019-07-16
Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+1
2019-07-16
Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
50
-3124
/
+3786
2019-07-16
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...
Linus Torvalds
1
-1
/
+1
2019-07-16
Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)
Linus Torvalds
1
-57
/
+75
2019-07-16
/proc/<pid>/cmdline: add back the setproctitle() special case
Linus Torvalds
1
-4
/
+77
2019-07-16
/proc/<pid>/cmdline: remove all the special cases
Linus Torvalds
1
-63
/
+8
2019-07-16
io_uring: fix counter inc/dec mismatch in async_list
Zhengyuan Liu
1
-1
/
+8
[prev]
[next]