Age | Commit message (Expand) | Author |
2012-12-11 | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2012-12-08 | vfs: fix O_DIRECT read past end of block device | Linus Torvalds |
2012-12-05 | vfs: clear to the end of the buffer on partial buffer reads | Dan Carpenter |
2012-12-04 | vfs: avoid "attempt to access beyond end of device" warnings | Linus Torvalds |
2012-12-03 | Merge branch 'block-dev' | Linus Torvalds |
2012-12-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-11-30 | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2012-11-29 | fix off-by-one in argument passed by iterate_fd() to callbacks | Al Viro |
2012-11-29 | lookup_one_len: don't accept . and .. | Al Viro |
2012-11-29 | cifs: get rid of blind d_drop() in readdir | Al Viro |
2012-11-29 | nfs_lookup_revalidate(): fix a leak | Al Viro |
2012-11-29 | don't do blind d_drop() in nfs_prime_dcache() | Al Viro |
2012-11-29 | blkdev_max_block: make private to fs/buffer.c | Linus Torvalds |
2012-11-29 | direct-io: don't read inode->i_blkbits multiple times | Linus Torvalds |
2012-11-29 | blockdev: remove bd_block_size_semaphore again | Linus Torvalds |
2012-11-29 | fs/buffer.c: make block-size be per-page and protected by the page lock | Linus Torvalds |
2012-11-28 | CIFS: Fix wrong buffer pointer usage in smb_set_file_info | Pavel Shilovsky |
2012-11-27 | cifs: fix writeback race with file that is growing | Jeff Layton |
2012-11-26 | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds |
2012-11-26 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2012-11-26 | writeback: put unused inodes to LRU after writeback completion | Jan Kara |
2012-11-26 | proc: check vma->vm_file before dereferencing | Stanislav Kinsbursky |
2012-11-26 | sysfs: Mark sysfs_attr_ns static | Josh Triplett |
2012-11-23 | Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6 | Linus Torvalds |
2012-11-23 | jbd: Fix lock ordering bug in journal_unmap_buffer() | Jan Kara |
2012-11-20 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2012-11-19 | ext3: Avoid underflow of in ext3_trim_fs() | Lukas Czerner |
2012-11-19 | reiserfs: Move quota calls out of write lock | Jan Kara |
2012-11-19 | reiserfs: Protect reiserfs_quota_write() with write lock | Jan Kara |
2012-11-19 | reiserfs: Protect reiserfs_quota_on() with write lock | Jan Kara |
2012-11-19 | reiserfs: Fix lock ordering during remount | Jan Kara |
2012-11-18 | fanotify: fix FAN_Q_OVERFLOW case of fanotify_read() | Al Viro |
2012-11-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-11-18 | Merge tag 'for-linus-v3.7-rc7' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2012-11-17 | xfs: drop buffer io reference when a bad bio is built | Dave Chinner |
2012-11-17 | xfs: fix broken error handling in xfs_vm_writepage | Dave Chinner |
2012-11-17 | xfs: fix attr tree double split corruption | Dave Chinner |
2012-11-16 | Merge 3.7-rc6 into tty-next | Greg Kroah-Hartman |
2012-11-16 | mm, oom: reintroduce /proc/pid/oom_adj | David Rientjes |
2012-11-15 | fs/debugsfs: remove unnecessary inode->i_private initialization | Yan Hong |
2012-11-15 | Merge tag 'upstream-3.7-rc6' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2012-11-14 | pstore: Fix NULL pointer dereference in console writes | Colin Ian King |
2012-11-14 | Merge v3.7-rc5 into tty-next | Greg Kroah-Hartman |
2012-11-12 | kill bogus BUG_ON() in do_close_on_exec() | Al Viro |
2012-11-10 | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2012-11-09 | jffs2: Fix lock acquisition order bug in jffs2_write_begin | Thomas Betker |
2012-11-09 | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds |
2012-11-09 | Merge tag 'for-linus-v3.7-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2012-11-09 | fanotify: fix missing break | Eric Paris |