Age | Commit message (Expand) | Author |
2011-01-11 | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds |
2011-01-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2011-01-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds |
2011-01-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2011-01-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds |
2011-01-11 | ext4: fix trimming starting with block 0 with small blocksize | Jan Kara |
2011-01-11 | ext4: revert buggy trim overflow patch | Theodore Ts'o |
2011-01-11 | Merge branch 'for-linus-merged' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2011-01-11 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2011-01-11 | NFS fix the setting of exchange id flag | Andy Adamson |
2011-01-11 | fs/9p: Don't set dentry->d_op in create routines | Aneesh Kumar K.V |
2011-01-11 | fs/9p: fix spelling typo | Eric Van Hensbergen |
2011-01-11 | fs/9p: TREADLINK bugfix | M. Mohan Kumar |
2011-01-11 | fs/9p: Simplify the .L create operation | Aneesh Kumar K.V |
2011-01-11 | fs/9p: Move dotl inode operations into a seperate file | Aneesh Kumar K.V |
2011-01-11 | fs/9p: fix menu presentation | Randy Dunlap |
2011-01-11 | fs/9p: Fix the return error on default acl removal | Aneesh Kumar K.V |
2011-01-11 | fs/9p: Remove unnecessary semicolons | Joe Perches |
2011-01-10 | Merge branch 'master' into for-linus-merged | Alex Elder |
2011-01-10 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2011-01-10 | Merge branch 'bugfixes' into nfs-for-2.6.38 | Trond Myklebust |
2011-01-10 | NFS: Don't use vm_map_ram() in readdir | Trond Myklebust |
2011-01-10 | ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X... | Josh Hunt |
2011-01-10 | ext3: Remove redundant unlikely() | Tobias Klauser |
2011-01-10 | ext2: Remove redundant unlikely() | Tobias Klauser |
2011-01-10 | ext3: speed up file creates by optimizing rec_len functions | Eric Sandeen |
2011-01-10 | ext2: speed up file creates by optimizing rec_len functions | Eric Sandeen |
2011-01-10 | ext3: Add more journal error check | Namhyung Kim |
2011-01-10 | ext3: Add journal error check in resize.c | Namhyung Kim |
2011-01-10 | quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal... | Joe Perches |
2011-01-10 | ext3: Add FITRIM handling | Lukas Czerner |
2011-01-10 | ext3: Add batched discard support for ext3 | Lukas Czerner |
2011-01-10 | ext4: don't pass entire map to check_eofblocks_fl | Eric Sandeen |
2011-01-10 | ext4: fix memory leak in ext4_free_branches | Theodore Ts'o |
2011-01-10 | ext4: remove ext4_mb_return_to_preallocation() | Theodore Ts'o |
2011-01-10 | ext4: flush the i_completed_io_list during ext4_truncate | Jiaying Zhang |
2011-01-10 | ext4: add error checking to calls to ext4_handle_dirty_metadata() | Theodore Ts'o |
2011-01-10 | ext4: fix trimming of a single group | Jan Kara |
2011-01-10 | ext4: fix uninitialized variable in ext4_register_li_request | Andrew Morton |
2011-01-10 | ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary | Theodore Ts'o |
2011-01-10 | ext4: drop i_state_flags on architectures with 64-bit longs | Theodore Ts'o |
2011-01-10 | ext4: reorder ext4_inode_info structure elements to remove unneeded padding | Theodore Ts'o |
2011-01-10 | ext4: drop ec_type from the ext4_ext_cache structure | Theodore Ts'o |
2011-01-10 | ext4: use ext4_lblk_t instead of sector_t for logical blocks | Theodore Ts'o |
2011-01-10 | ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED | Theodore Ts'o |
2011-01-10 | ext4: fix 32bit overflow in ext4_ext_find_goal() | Kazuya Mio |
2011-01-10 | ext4: add more error checks to ext4_mkdir() | Namhyung Kim |
2011-01-10 | ext4: ext4_ext_migrate should use NULL not 0 | Eric Paris |
2011-01-10 | ext4: Use ext4_error_file() to print the pathname to the corrupted inode | Theodore Ts'o |
2011-01-10 | ext4: use IS_ERR() to check for errors in ext4_error_file | Dan Carpenter |