| Commit message (Expand) | Author | Age | Files | Lines |
* | ext4: use ext4_get_block_write in buffer write | Jiaying Zhang | 2010-03-04 | 5 | -55/+256 |
* | ext4: mechanical rename some of the direct I/O get_block's identifiers | Jiaying Zhang | 2010-03-02 | 5 | -69/+61 |
* | ext4: make "offset" consistent in ext4_check_dir_entry() | Toshiyuki Okajima | 2010-03-02 | 1 | -3/+5 |
* | ext4: Handle non empty on-disk orphan link | Dmitry Monakhov | 2010-03-01 | 1 | -0/+8 |
* | ext4: explicitly remove inode from orphan list after failed direct io | Dmitry Monakhov | 2010-03-01 | 1 | -0/+3 |
* | ext4: fix error handling in migrate | Dmitry Monakhov | 2010-03-01 | 1 | -15/+14 |
* | ext4: deprecate obsoleted mount options | Dmitry Monakhov | 2010-03-01 | 1 | -1/+13 |
* | ext4: Fix fencepost error in chosing choosing group vs file preallocation. | Tao Ma | 2010-03-01 | 1 | -1/+1 |
* | jbd2: clean up an assertion in jbd2_journal_commit_transaction() | dingdinghua | 2010-02-24 | 1 | -2/+1 |
* | ext4: trivial quota cleanup | Dmitry Monakhov | 2010-03-01 | 1 | -54/+69 |
* | ext4: mount flags manipulation cleanup | Dmitry Monakhov | 2010-02-24 | 1 | -18/+13 |
* | ext4: Add flag to files with blocks intentionally past EOF | Jiaying Zhang | 2010-02-24 | 4 | -4/+41 |
* | ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode | Curt Wohlgemuth | 2010-02-16 | 4 | -7/+7 |
* | jbd2: delay discarding buffers in journal_unmap_buffer | dingdinghua | 2010-02-15 | 2 | -17/+36 |
* | ext4: correctly calculate number of blocks for fiemap | Leonard Michlmayr | 2010-03-04 | 1 | -2/+7 |
* | ext4: add missing error checking to ext4_expand_extra_isize_ea() | Roel Kluin | 2010-02-15 | 1 | -0/+2 |
* | ext4: move __func__ into a macro for ext4_warning, ext4_error | Eric Sandeen | 2010-02-15 | 13 | -210/+146 |
* | ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepoints | Theodore Ts'o | 2010-01-25 | 1 | -0/+3 |
* | ext4: Use bitops to read/modify EXT4_I(inode)->i_state | Theodore Ts'o | 2010-01-24 | 7 | -51/+71 |
* | ext4: Use slab allocator for sub-page sized allocations | Theodore Ts'o | 2009-12-07 | 1 | -0/+132 |
* | ext4: Add new tracepoints to debug delayed allocation space functions | Theodore Ts'o | 2010-01-01 | 1 | -0/+2 |
* | ext4: Add new tracepoint for jbd2_cleanup_journal_tail | Theodore Ts'o | 2009-12-23 | 1 | -0/+1 |
* | ext4: Add block validity check when truncating indirect block mapped inodes | Theodore Ts'o | 2010-01-22 | 3 | -12/+35 |
* | ext4: Fix optional-arg mount options | Eric Sandeen | 2010-02-15 | 1 | -8/+15 |
* | ext4: fix async i/o writes beyond 4GB to a sparse file | Eric Sandeen | 2010-02-04 | 3 | -5/+5 |
* | GFS2: Fix bmap allocation corner-case bug | Steven Whitehouse | 2010-02-12 | 1 | -1/+1 |
* | GFS2: Fix error code | Abhijith Das | 2010-02-12 | 1 | -1/+1 |
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-02-11 | 5 | -12/+10 |
|\ |
|
| * | NFS: Fix the mapping of the NFSERR_SERVERFAULT error | Trond Myklebust | 2010-02-09 | 3 | -5/+5 |
| * | NFS: Remove a redundant check for PageFsCache in nfs_migrate_page() | Trond Myklebust | 2010-02-09 | 1 | -2/+1 |
| * | NFS: Fix a bug in nfs_fscache_release_page() | Trond Myklebust | 2010-02-09 | 1 | -5/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2010-02-11 | 1 | -0/+6 |
|\ \ |
|
| * | | [SCSI] compat_ioct: fix bsg SG_IO | FUJITA Tomonori | 2010-02-08 | 1 | -0/+6 |
* | | | fs/exec.c: restrict initial stack space expansion to rlimit | Michael Neuling | 2010-02-11 | 1 | -2/+19 |
* | | | compat_ioctl: add compat handler for TIOCGSID ioctl | Andreas Schwab | 2010-02-11 | 1 | -0/+1 |
* | | | compat_ioctl: ignore RAID_VERSION ioctl | Arnd Bergmann | 2010-02-10 | 1 | -0/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2010-02-10 | 7 | -14/+54 |
|\ \ \ |
|
| * | | | cifs: fix dentry hash calculation for case-insensitive mounts | Jeff Layton | 2010-02-08 | 1 | -2/+5 |
| * | | | [CIFS] Don't cache timestamps on utimes due to coarse granularity | Steve French | 2010-02-08 | 1 | -1/+11 |
| * | | | [CIFS] Maximum username length check in session setup does not match | Steve French | 2010-02-06 | 1 | -6/+5 |
| * | | | cifs: fix length calculation for converted unicode readdir names | Jeff Layton | 2010-02-06 | 1 | -0/+1 |
| * | | | [CIFS] Add support for TCP_NODELAY | Steve French | 2010-01-01 | 4 | -5/+32 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2010-02-09 | 4 | -13/+42 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | 9p: fix memory leak in v9fs_parse_options() | Eric Van Hensbergen | 2010-02-08 | 1 | -10/+17 |
| * | | | 9p: fix option parsing | Eric Van Hensbergen | 2010-02-08 | 1 | -4/+6 |
| * | | | 9p: Include fsync support for 9p client | M. Mohan Kumar | 2010-02-08 | 3 | -1/+21 |
| | |/
| |/| |
|
* | | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-02-08 | 1 | -9/+1 |
|\ \ \ |
|
| * | | | Revert "nfsd4: fix error return when pseudoroot missing" | J. Bruce Fields | 2010-02-08 | 1 | -9/+1 |
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o... | Linus Torvalds | 2010-02-08 | 28 | -129/+284 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | ocfs2/cluster: Make o2net connect messages KERN_NOTICE | Sunil Mushran | 2010-02-08 | 1 | -3/+3 |