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
2011-01-10
Merge branch 'master' into for-linus-merged
Alex Elder
38
-1920
/
+1997
2011-01-10
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-8
/
+2
2011-01-10
Merge branch 'bugfixes' into nfs-for-2.6.38
Trond Myklebust
22
-117
/
+197
2011-01-10
NFS: Don't use vm_map_ram() in readdir
Trond Myklebust
4
-41
/
+21
2011-01-10
ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...
Josh Hunt
1
-12
/
+0
2011-01-10
ext3: Remove redundant unlikely()
Tobias Klauser
1
-1
/
+1
2011-01-10
ext2: Remove redundant unlikely()
Tobias Klauser
1
-1
/
+1
2011-01-10
ext3: speed up file creates by optimizing rec_len functions
Eric Sandeen
1
-7
/
+8
2011-01-10
ext2: speed up file creates by optimizing rec_len functions
Eric Sandeen
1
-5
/
+14
2011-01-10
ext3: Add more journal error check
Namhyung Kim
2
-3
/
+7
2011-01-10
ext3: Add journal error check in resize.c
Namhyung Kim
1
-14
/
+51
2011-01-10
quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...
Joe Perches
2
-11
/
+16
2011-01-10
ext3: Add FITRIM handling
Lukas Czerner
1
-0
/
+22
2011-01-10
ext3: Add batched discard support for ext3
Lukas Czerner
1
-0
/
+266
2011-01-10
ext4: don't pass entire map to check_eofblocks_fl
Eric Sandeen
1
-6
/
+7
2011-01-10
ext4: fix memory leak in ext4_free_branches
Theodore Ts'o
1
-0
/
+1
2011-01-10
ext4: remove ext4_mb_return_to_preallocation()
Theodore Ts'o
1
-14
/
+0
2011-01-10
ext4: flush the i_completed_io_list during ext4_truncate
Jiaying Zhang
3
-2
/
+9
2011-01-10
ext4: add error checking to calls to ext4_handle_dirty_metadata()
Theodore Ts'o
3
-28
/
+89
2011-01-10
ext4: fix trimming of a single group
Jan Kara
1
-1
/
+1
2011-01-10
ext4: fix uninitialized variable in ext4_register_li_request
Andrew Morton
1
-1
/
+1
2011-01-10
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
Theodore Ts'o
6
-23
/
+56
2011-01-10
ext4: drop i_state_flags on architectures with 64-bit longs
Theodore Ts'o
3
-9
/
+25
2011-01-10
ext4: reorder ext4_inode_info structure elements to remove unneeded padding
Theodore Ts'o
1
-3
/
+4
2011-01-10
ext4: drop ec_type from the ext4_ext_cache structure
Theodore Ts'o
3
-28
/
+18
2011-01-10
ext4: use ext4_lblk_t instead of sector_t for logical blocks
Theodore Ts'o
4
-5
/
+5
2011-01-10
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED
Theodore Ts'o
5
-8
/
+9
2011-01-10
ext4: fix 32bit overflow in ext4_ext_find_goal()
Kazuya Mio
1
-4
/
+26
2011-01-10
ext4: add more error checks to ext4_mkdir()
Namhyung Kim
1
-7
/
+14
2011-01-10
ext4: ext4_ext_migrate should use NULL not 0
Eric Paris
1
-1
/
+1
2011-01-10
ext4: Use ext4_error_file() to print the pathname to the corrupted inode
Theodore Ts'o
4
-34
/
+49
2011-01-10
ext4: use IS_ERR() to check for errors in ext4_error_file
Dan Carpenter
1
-1
/
+1
2011-01-10
ext4: test the correct variable in ext4_init_pageio()
Dan Carpenter
1
-1
/
+1
2011-01-10
ext2: remove dead code in ext2_xattr_get
Wang Sheng-Hui
1
-8
/
+0
2011-01-10
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
Wang Sheng-Hui
3
-3
/
+3
2011-01-10
ext4: clean up ext4_xattr_list()'s error code checking and return strategy
Theodore Ts'o
1
-13
/
+13
2011-01-10
ext4: remove warning message from ext4_issue_discard helper
Lukas Czerner
1
-12
/
+10
2011-01-10
ext4: fix possible overflow in ext4_trim_fs()
Lukas Czerner
1
-0
/
+6
2011-01-10
headers: kobject.h redux
Alexey Dobriyan
4
-1
/
+3
2011-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
18
-147
/
+336
2011-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
14
-513
/
+417
2011-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
1
-13
/
+50
2011-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
5
-76
/
+256
2011-01-10
fs: fix namei.c kernel-doc notation
Randy Dunlap
1
-4
/
+4
2011-01-10
nilfs2: unfold nilfs_dat_inode function
Ryusuke Konishi
7
-30
/
+19
2011-01-10
nilfs2: do not pass sbi to functions which can get it from inode
Ryusuke Konishi
4
-17
/
+12
2011-01-10
nilfs2: get rid of nilfs_mount_options structure
Ryusuke Konishi
2
-11
/
+3
2011-01-10
nilfs2: simplify nilfs_mdt_freeze_buffer
Ryusuke Konishi
1
-14
/
+12
2011-01-10
nilfs2: get rid of loaded flag from nilfs object
Ryusuke Konishi
2
-4
/
+0
2011-01-10
nilfs2: fix a checkpatch error in page.c
Ryusuke Konishi
1
-1
/
+1
[prev]
[next]