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
2012-01-17
xfs: cleanup xfs_file_aio_write
Christoph Hellwig
1
-45
/
+37
2012-01-17
xfs: always return with the iolock held from xfs_file_aio_write_checks
Christoph Hellwig
1
-3
/
+4
2012-01-17
xfs: remove the i_new_size field in struct xfs_inode
Christoph Hellwig
5
-92
/
+30
2012-01-17
xfs: remove the i_size field in struct xfs_inode
Christoph Hellwig
12
-82
/
+56
2012-01-17
xfs: replace i_pin_wait with a bit waitqueue
Christoph Hellwig
4
-9
/
+24
2012-01-17
xfs: replace i_flock with a sleeping bitlock
Christoph Hellwig
6
-46
/
+76
2012-01-17
xfs: make i_flags an unsigned long
Christoph Hellwig
1
-1
/
+1
2012-01-17
xfs: remove the if_ext_max field in struct xfs_ifork
Christoph Hellwig
8
-115
/
+81
2012-01-13
xfs: remove the unused dm_attrs structure
Christoph Hellwig
1
-7
/
+0
2012-01-13
xfs: cleanup xfs_iomap_eof_align_last_fsb
Christoph Hellwig
1
-18
/
+18
2012-01-13
xfs: remove xfs_itruncate_data
Christoph Hellwig
7
-142
/
+65
2012-01-12
Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")
Linus Torvalds
10
-50
/
+269
2012-01-12
c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4
Cyrill Gorcunov
1
-2
/
+5
2012-01-12
dio: optimize cache misses in the submission path
Andi Kleen
1
-9
/
+37
2012-01-12
vfs: cache request_queue in struct block_device
Andi Kleen
1
-0
/
+3
2012-01-12
fs/direct-io.c: calculate fs_count correctly in get_more_blocks()
Tao Ma
1
-7
/
+4
2012-01-12
mm: compaction: introduce sync-light migration for use by compaction
Mel Gorman
4
-6
/
+7
2012-01-12
mm: compaction: determine if dirty pages can be migrated without blocking wit...
Mel Gorman
4
-6
/
+7
2012-01-12
epoll: limit paths
Jason Baron
1
-25
/
+209
2012-01-12
pipe: fail cleanly when root tries F_SETPIPE_SZ with big size
Sasha Levin
1
-1
/
+1
2012-01-12
proc: fix null pointer deref in proc_pid_permission()
Xiaotian Feng
1
-0
/
+2
2012-01-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-49
/
+134
2012-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
10
-73
/
+86
2012-01-11
autofs4: deal with autofs4_write/autofs4_write races
Al Viro
3
-4
/
+7
2012-01-11
autofs4: catatonic_mode vs. notify_daemon race
Al Viro
1
-11
/
+14
2012-01-11
autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race
Al Viro
1
-1
/
+7
2012-01-10
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+16
2012-01-10
Merge branch 'akpm' (aka "Andrew's patch-bomb")
Linus Torvalds
12
-83
/
+587
2012-01-10
procfs: add hidepid= and gid= mount options
Vasiliy Kulikov
3
-4
/
+94
2012-01-10
procfs: parse mount options
Vasiliy Kulikov
3
-2
/
+64
2012-01-10
procfs: introduce the /proc/<pid>/map_files/ directory
Pavel Emelyanov
1
-0
/
+355
2012-01-10
procfs: make proc_get_link to use dentry instead of inode
Cyrill Gorcunov
1
-10
/
+10
2012-01-10
reiserfs: don't lock root inode searching
Frederic Weisbecker
1
-15
/
+13
2012-01-10
reiserfs: don't lock journal_init()
Frederic Weisbecker
2
-43
/
+31
2012-01-10
reiserfs: delay reiserfs lock until journal initialization
Frederic Weisbecker
2
-22
/
+24
2012-01-10
reiserfs: delete comments referring to the BKL
Davidlohr Bueso
1
-7
/
+4
2012-01-10
fs: binfmt_elf: create Kconfig variable for PIE randomization
David Daney
2
-1
/
+4
2012-01-10
tracepoint: add tracepoints for debugging oom_score_adj
KAMEZAWA Hiroyuki
2
-0
/
+7
2012-01-10
btrfs: pass __GFP_WRITE for buffered write page allocations
Johannes Weiner
1
-1
/
+1
2012-01-10
mm: account reaped page cache on inode cache pruning
Konstantin Khlebnikov
1
-0
/
+2
2012-01-10
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
13
-460
/
+1068
2012-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
11
-233
/
+290
2012-01-10
Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
18
-234
/
+423
2012-01-10
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
3
-10
/
+5
2012-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
16
-267
/
+877
2012-01-10
hfsplus: creation of hidden dir on mount can fail
Al Viro
1
-2
/
+9
2012-01-10
Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6
Linus Torvalds
9
-134
/
+98
2012-01-10
block_dev: Suppress bdev_cache_init() kmemleak warninig
Sergey Senozhatsky
1
-8
/
+2
2012-01-10
fix shrink_dcache_parent() livelock
Miklos Szeredi
1
-4
/
+11
2012-01-10
Merge branch 'for_linus' into for_linus_merged
Theodore Ts'o
13
-460
/
+1068
[next]