index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-09
rbtree: move some implementation details from rbtree.h to rbtree.c
Michel Lespinasse
1
-5
/
+8
2012-10-09
rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c
Michel Lespinasse
1
-0
/
+1
2012-10-09
rbtree: empty nodes have no color
Michel Lespinasse
1
-3
/
+1
2012-10-09
oom: remove deprecated oom_adj
Davidlohr Bueso
1
-116
/
+1
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
4
-4
/
+4
2012-10-09
mm: prepare VM_DONTDUMP for using in drivers
Konstantin Khlebnikov
1
-1
/
+1
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
12
-7
/
+12
2012-10-09
exec: make de_thread() killable
Oleg Nesterov
1
-2
/
+14
2012-10-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
6
-27
/
+46
2012-10-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
22
-775
/
+1353
2012-10-07
Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore
Linus Torvalds
5
-15
/
+125
2012-10-05
omfs: convert to use beXX_add_cpu()
Wei Yongjun
1
-3
/
+2
2012-10-05
fs/proc/root.c: use NULL instead of 0 for pointer
Sachin Kamat
1
-1
/
+1
2012-10-05
proc_sysctl.c: use BUG_ON instead of BUG
Prasad Joshi
1
-2
/
+1
2012-10-05
proc: use kzalloc instead of kmalloc and memset
yan
1
-7
/
+6
2012-10-05
proc: no need to initialize proc_inode->fd in proc_get_inode()
yan
1
-1
/
+0
2012-10-05
proc: return -ENOMEM when inode allocation failed
yan
1
-1
/
+1
2012-10-05
coredump: extend core dump note section to contain file names of mapped files
Denys Vlasenko
2
-4
/
+107
2012-10-05
coredump: add a new elf note with siginfo of the signal
Denys Vlasenko
2
-2
/
+31
2012-10-05
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
Denys Vlasenko
5
-17
/
+17
2012-10-05
coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1
Oleg Nesterov
2
-2
/
+2
2012-10-05
coredump: add support for %d=__get_dumpable() in core name
Oleg Nesterov
1
-3
/
+7
2012-10-05
coredump: update coredump-related headers
Alex Kelly
3
-0
/
+9
2012-10-05
coredump: make core dump functionality optional
Alex Kelly
3
-26
/
+37
2012-10-05
fat: simplify writeback_inode()
Namjae Jeon
1
-9
/
+5
2012-10-05
fat: no need to reset EOF in ent_put for FAT32
Namjae Jeon
1
-3
/
+0
2012-10-05
fs/fat: fix checkpatch issues in fatent.c
Cruz Julian Bishop
1
-4
/
+6
2012-10-05
fs/fat: fix all other checkpatch issues in dir.c
Cruz Julian Bishop
1
-9
/
+14
2012-10-05
fs/fat: fix some small checkpatch issues in dir.c
Cruz Julian Bishop
1
-7
/
+0
2012-10-05
fs/fat: fix two checkpatch issues in cache.c
Cruz Julian Bishop
1
-4
/
+6
2012-10-05
fs/fat: chang indentation of some comments in fat.h
Cruz Julian Bishop
1
-36
/
+36
2012-10-05
fs/fat: fix some checkpatch issues in fat.h
Cruz Julian Bishop
1
-3
/
+3
2012-10-05
fs/fat: fix a checkpatch issue in namei_msdos.c
Cruz Julian Bishop
1
-1
/
+1
2012-10-05
fat (exportfs): fix dentry reconnection
Steven J. Magnani
6
-137
/
+141
2012-10-05
fat (exportfs): move NFS support code
Steven J. Magnani
4
-131
/
+174
2012-10-05
fat: use accessor function for msdos_dir_entry 'start'
Namjae Jeon
1
-4
/
+2
2012-10-05
hpfs: convert to use leXX_add_cpu()
Wei Yongjun
2
-17
/
+17
2012-10-05
binfmt_elf: Uninitialized variable
Alan Cox
1
-1
/
+1
2012-10-05
epoll: support for disabling items, and a self-test app
Paton J. Lewis
1
-3
/
+35
2012-10-05
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
1
-1
/
+1
2012-10-05
ext4: fix ext4_flush_completed_IO wait semantics
Dmitry Monakhov
6
-13
/
+19
2012-10-04
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
6
-51
/
+136
2012-10-03
ceph: avoid 32-bit page index overflow
Alex Elder
1
-6
/
+5
2012-10-03
ceph: return EIO on invalid layout on GET_DATALOC ioctl
Sage Weil
1
-2
/
+6
2012-10-03
Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
10
-27
/
+373
2012-10-03
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
3
-3
/
+7
2012-10-03
Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
20
-578
/
+451
2012-10-03
Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
7
-80
/
+447
2012-10-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
94
-2092
/
+2486
2012-10-03
compat: fs: Generic compat_sys_sendfile implementation
Catalin Marinas
3
-2
/
+26
[next]