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
2016-05-21
Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
19
-604
/
+1431
2016-05-21
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
28
-1788
/
+1530
2016-05-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
13
-66
/
+111
2016-05-20
Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-116
/
+532
2016-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-8
/
+9
2016-05-20
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-8
/
+72
2016-05-20
fs/efs/super.c: fix return value
Heloise
1
-2
/
+2
2016-05-20
dax: move RADIX_DAX_ definitions to dax.c
NeilBrown
1
-0
/
+9
2016-05-20
fs/efivarfs/inode.c: use generic UUID library
Andy Shevchenko
1
-37
/
+3
2016-05-20
lib/uuid.c: move generate_random_uuid() to uuid.c
Andy Shevchenko
5
-5
/
+5
2016-05-20
procfs: fix pthread cross-thread naming if !PR_DUMPABLE
Janis Danisevskis
1
-1
/
+41
2016-05-20
procfs: expose umask in /proc/<PID>/status
Richard W.M. Jones
1
-1
/
+19
2016-05-20
userfaultfd: don't pin the user memory in userfaultfd_file_create()
Oleg Nesterov
1
-13
/
+28
2016-05-20
mm,writeback: don't use memory reserves for wb_start_writeback
Tetsuo Handa
1
-1
/
+2
2016-05-20
tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMU
Rich Felker
1
-6
/
+2
2016-05-20
Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
9
-32
/
+60
2016-05-20
f2fs: fix to update dirty page count correctly
Chao Yu
1
-3
/
+4
2016-05-20
f2fs: flush pending bios right away when error occurs
Jaegeuk Kim
5
-13
/
+16
2016-05-20
f2fs: avoid ENOSPC fault in the recovery process
Jaegeuk Kim
1
-0
/
+4
2016-05-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
11
-74
/
+135
2016-05-19
CIFS: Remove some obsolete comments
Steve French
1
-6
/
+1
2016-05-19
cifs: Create dedicated keyring for spnego operations
Sachin Prabhu
3
-2
/
+71
2016-05-19
mm, page_alloc: avoid looking up the first zone in a zonelist twice
Mel Gorman
1
-5
/
+5
2016-05-19
mm: rename _count, field of the struct page, to _refcount
Joonsoo Kim
1
-1
/
+1
2016-05-19
ocfs2: clean up an unneeded goto in ocfs2_put_slot()
Guozhonghua
1
-5
/
+1
2016-05-19
ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()
Jun Piao
1
-3
/
+2
2016-05-19
ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec
piaojun
1
-2
/
+1
2016-05-19
ocfs2: fix comment in struct ocfs2_extended_slot
Guozhonghua
1
-1
/
+1
2016-05-19
fs: poll/select/recvmmsg: use timespec64 for timeout events
Deepa Dinamani
2
-36
/
+43
2016-05-19
fsnotify: avoid spurious EMFILE errors from inotify_init()
Jan Kara
3
-21
/
+81
2016-05-19
ocfs2/cluster: block BH in TCP callbacks
Eric Dumazet
1
-8
/
+9
2016-05-19
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+1
2016-05-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
4
-10
/
+25
2016-05-18
f2fs: make exit_f2fs_fs more clear
Tiezhu Yang
1
-5
/
+5
2016-05-18
f2fs: use percpu_counter for total_valid_inode_count
Jaegeuk Kim
2
-14
/
+15
2016-05-18
f2fs: use percpu_counter for alloc_valid_block_count
Jaegeuk Kim
4
-8
/
+14
2016-05-18
f2fs: use percpu_counter for # of dirty pages in inode
Jaegeuk Kim
3
-7
/
+12
2016-05-18
f2fs: use percpu_counter for page counters
Jaegeuk Kim
3
-19
/
+47
2016-05-18
f2fs: use bio count instead of F2FS_WRITEBACK page count
Jaegeuk Kim
5
-19
/
+22
2016-05-18
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-62
/
+45
2016-05-18
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-21
/
+14
2016-05-18
Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-10
/
+15
2016-05-18
xfs: concurrent readdir hangs on data buffer locks
Dave Chinner
1
-9
/
+14
2016-05-18
Revert "btrfs: switch to ->iterate_shared()"
Al Viro
1
-1
/
+1
2016-05-18
Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-383
/
+167
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
22
-563
/
+338
2016-05-18
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-69
/
+121
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
4
-6
/
+6
2016-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-15
/
+35
2016-05-17
btrfs: Switch to generic xattr handlers
Andreas Gruenbacher
3
-30
/
+11
[next]