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-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
36
-313
/
+399
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
7
-11
/
+12
2019-01-04
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
5
-6
/
+6
2019-01-04
bfs: extra sanity checking and static inode bitmap
Tigran Aivazian
4
-42
/
+40
2019-01-04
exec: separate MM_ANONPAGES and RLIMIT_STACK accounting
Oleg Nesterov
1
-53
/
+52
2019-01-04
exec: load_script: don't blindly truncate shebang string
Oleg Nesterov
1
-3
/
+7
2019-01-04
fat: new inline functions to determine the FAT variant (32, 16 or 12)
Carmeli Tamir
6
-22
/
+39
2019-01-04
fat: move MAX_FAT to fat.h and change it to inline function
Carmeli Tamir
2
-1
/
+10
2019-01-04
fat: remove FAT_FIRST_ENT macro
Carmeli Tamir
1
-4
/
+8
2019-01-04
hfsplus: return file attributes on statx
Ernesto A. Fernández
3
-0
/
+24
2019-01-04
autofs: add strictexpire mount option
Ian Kent
3
-2
/
+12
2019-01-04
autofs: change catatonic setting to a bit flag
Ian Kent
5
-16
/
+20
2019-01-04
autofs: simplify parse_options() function call
Ian Kent
1
-26
/
+29
2019-01-04
autofs: improve ioctl sbi checks
Ian Kent
3
-21
/
+9
2019-01-04
fs/epoll: deal with wait_queue only once
Davidlohr Bueso
1
-11
/
+18
2019-01-04
fs/epoll: rename check_events label to send_events
Davidlohr Bueso
1
-3
/
+3
2019-01-04
fs/epoll: avoid barrier after an epoll_wait(2) timeout
Davidlohr Bueso
1
-2
/
+6
2019-01-04
fs/epoll: reduce the scope of wq lock in epoll_wait()
Davidlohr Bueso
1
-54
/
+60
2019-01-04
fs/epoll: robustify ep->mtx held checks
Davidlohr Bueso
1
-0
/
+2
2019-01-04
fs/epoll: drop ovflist branch prediction
Davidlohr Bueso
1
-1
/
+1
2019-01-04
fs/epoll: simplify ep_send_events_proc() ready-list loop
Davidlohr Bueso
1
-36
/
+37
2019-01-04
fs/epoll: remove max_nests argument from ep_call_nested()
Davidlohr Bueso
1
-8
/
+6
2019-01-04
fs/proc/base.c: slightly faster /proc/*/limits
Alexey Dobriyan
1
-2
/
+4
2019-01-04
fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()
Alexey Dobriyan
1
-3
/
+1
2019-01-04
fs/proc/util.c: include fs/proc/internal.h for name_to_int()
Eric Biggers
1
-0
/
+1
2019-01-04
fs/proc/base.c: use ns_capable instead of capable for timerslack_ns
Benjamin Gordon
1
-3
/
+9
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
12
-32
/
+26
2019-01-03
Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-1
/
+1
2019-01-02
locks: fix error in locks_move_blocks()
NeilBrown
1
-1
/
+1
2019-01-02
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
30
-531
/
+660
2019-01-02
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
12
-69
/
+57
2019-01-02
Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
27
-501
/
+2842
2019-01-02
block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)
Linus Torvalds
2
-7
/
+3
2019-01-02
sunrpc: Add xprt after nfs4_test_session_trunk()
Santosh kumar pradhan
3
-7
/
+10
2019-01-02
NFS: remove unnecessary test for IS_ERR(cred)
NeilBrown
1
-5
/
+0
2019-01-02
NFSv4.2 fix async copy reboot recovery
Olga Kornievskaia
1
-1
/
+1
2019-01-02
NFS: Fix NFSv4 symbolic trace point output
Chuck Lever
1
-143
/
+313
2019-01-02
NFS: Make "port=" mount option optional for RDMA mounts
Chuck Lever
1
-2
/
+8
2018-12-31
Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...
Linus Torvalds
1
-9
/
+7
2018-12-31
Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
20
-366
/
+533
2018-12-31
nfs: fixed broken compilation in nfs_callback_up_net()
Vasily Averin
1
-1
/
+1
2018-12-31
cifs: update internal module version number
Steve French
1
-1
/
+1
2018-12-31
cifs: we can not use small padding iovs together with encryption
Ronnie Sahlberg
3
-33
/
+55
2018-12-28
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+29
2018-12-28
Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+11
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
26
-79
/
+106
2018-12-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2018-12-28
Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-56
/
+88
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-27
/
+68
2018-12-28
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...
Linus Torvalds
4
-239
/
+311
[next]