index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-03-16
prune back iprune_sem
Christoph Hellwig
1
-18
/
+14
2011-03-16
vfs: add nonconflicting values for O_PATH
Stephen Rothwell
3
-0
/
+6
2011-03-16
fix follow_link() breakage
Al Viro
1
-4
/
+3
2011-03-15
VFS: Fix the nfs sillyrename regression in kernel 2.6.38
Trond Myklebust
1
-1
/
+6
2011-03-15
dcache.c: create helper function for duplicated functionality
Linus Torvalds
1
-51
/
+37
2011-03-15
tidy the trailing symlinks traversal up
Al Viro
1
-45
/
+26
2011-03-15
Turn resolution of trailing symlinks iterative everywhere
Al Viro
1
-54
/
+50
2011-03-15
simplify link_path_walk() tail
Al Viro
1
-7
/
+1
2011-03-15
Make trailing symlink resolution in path_lookupat() iterative
Al Viro
1
-10
/
+53
2011-03-15
update nd->inode in __do_follow_link() instead of after do_follow_link()
Al Viro
1
-3
/
+2
2011-03-15
pull handling of one pathname component into a helper
Al Viro
1
-68
/
+55
2011-03-15
fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCH
Aneesh Kumar K.V
1
-4
/
+16
2011-03-15
perf probe: Clean up probe_point_lazy_walker() return value
Ingo Molnar
1
-1
/
+1
2011-03-15
x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others()
Xiao Guangrong
1
-2
/
+1
2011-03-15
Allow passing O_PATH descriptors via SCM_RIGHTS datagrams
Al Viro
3
-2
/
+4
2011-03-15
readlinkat(), fchownat() and fstatat() with empty relative pathnames
Al Viro
2
-6
/
+11
2011-03-15
Allow O_PATH for symlinks
Al Viro
1
-6
/
+19
2011-03-15
New kind of open files - "location only".
Al Viro
7
-17
/
+119
2011-03-15
ext4: Copy fs UUID to superblock
Aneesh Kumar K.V
1
-0
/
+2
2011-03-15
ext3: Copy fs UUID to superblock.
Aneesh Kumar K.V
1
-0
/
+1
2011-03-15
vfs: Export file system uuid via /proc/<pid>/mountinfo
Aneesh Kumar K.V
2
-0
/
+17
2011-03-15
unistd.h: Add new syscalls numbers to asm-generic
Aneesh Kumar K.V
1
-1
/
+5
2011-03-15
x86: Add new syscalls for x86_64
Aneesh Kumar K.V
2
-0
/
+6
2011-03-15
x86: Add new syscalls for x86_32
Aneesh Kumar K.V
2
-1
/
+5
2011-03-15
fs: Remove i_nlink check from file system link callback
Aneesh Kumar K.V
6
-42
/
+0
2011-03-15
fs: Don't allow to create hardlink for deleted file
Aneesh Kumar K.V
1
-1
/
+5
2011-03-15
vfs: Add open by file handle support
Aneesh Kumar K.V
6
-0
/
+181
2011-03-15
vfs: Add name to file handle conversion support
Aneesh Kumar K.V
8
-2
/
+139
2011-03-15
Linux 2.6.38
v2.6.38
Linus Torvalds
1
-1
/
+1
2011-03-15
New AT_... flag: AT_EMPTY_PATH
Al Viro
3
-10
/
+21
2011-03-14
Revert "oom: oom_kill_process: fix the child_points logic"
Linus Torvalds
1
-8
/
+3
2011-03-14
oom: oom_kill_process: fix the child_points logic
Oleg Nesterov
1
-3
/
+8
2011-03-14
arm: Remove bogus comment in futex_atomic_cmpxchg_inatomic()
Thomas Gleixner
1
-3
/
+0
2011-03-14
futex: Deobfuscate handle_futex_death()
Thomas Gleixner
1
-3
/
+14
2011-03-14
MIPS: Alchemy: Fix reset for MTX-1 and XXS1500
Florian Fainelli
2
-4
/
+4
2011-03-14
MIPS: MTX-1: Make au1000_eth probe all PHY addresses
Florian Fainelli
1
-0
/
+9
2011-03-14
MIPS: Jz4740: Add HAVE_CLK
Maurus Cuelenaere
1
-0
/
+1
2011-03-14
MIPS: Move idle task creation to work queue
Maksim Rayskiy
1
-2
/
+29
2011-03-14
MIPS, Perf-events: Use unsigned delta for right shift in event update
Deng-Cheng Zhu
1
-1
/
+1
2011-03-14
MIPS, Perf-events: Work with the new callchain interface
Deng-Cheng Zhu
1
-57
/
+6
2011-03-14
MIPS, Perf-events: Fix event check in validate_event()
Deng-Cheng Zhu
1
-2
/
+3
2011-03-14
MIPS, Perf-events: Work with the new PMU interface
Deng-Cheng Zhu
2
-119
/
+158
2011-03-14
MIPS, Perf-events: Work with irq_work
Deng-Cheng Zhu
3
-12
/
+3
2011-03-14
MIPS: Fix always CONFIG_LOONGSON_UART_BASE=y
Yoichi Yuasa
1
-1
/
+4
2011-03-14
MIPS: Loongson: Fix potentially wrong string handling
Stefan Weil
1
-1
/
+2
2011-03-14
MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c
David Daney
1
-1
/
+1
2011-03-14
MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.h
David Daney
1
-2
/
+2
2011-03-14
MIPS: Remove unused code from arch/mips/kernel/syscall.c
David Daney
1
-2
/
+1
2011-03-14
MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c
David Daney
2
-2
/
+2
2011-03-14
MIPS: MSP: Fix MSP71xx bpci interrupt handler return value
Anoop P A
1
-2
/
+2
[next]