| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'block-dev' | Linus Torvalds | 2012-12-03 | 3 | -190/+71 |
|\ |
|
| * | blkdev_max_block: make private to fs/buffer.c | Linus Torvalds | 2012-11-30 | 2 | -55/+14 |
| * | direct-io: don't read inode->i_blkbits multiple times | Linus Torvalds | 2012-11-29 | 1 | -3/+5 |
| * | blockdev: remove bd_block_size_semaphore again | Linus Torvalds | 2012-11-29 | 1 | -101/+4 |
| * | fs/buffer.c: make block-size be per-page and protected by the page lock | Linus Torvalds | 2012-11-29 | 1 | -31/+48 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-01 | 4 | -10/+21 |
|\ \ |
|
| * | | fix off-by-one in argument passed by iterate_fd() to callbacks | Al Viro | 2012-11-30 | 1 | -6/+8 |
| * | | lookup_one_len: don't accept . and .. | Al Viro | 2012-11-30 | 1 | -0/+5 |
| * | | cifs: get rid of blind d_drop() in readdir | Al Viro | 2012-11-30 | 1 | -1/+4 |
| * | | nfs_lookup_revalidate(): fix a leak | Al Viro | 2012-11-30 | 1 | -2/+2 |
| * | | don't do blind d_drop() in nfs_prime_dcache() | Al Viro | 2012-11-30 | 1 | -1/+2 |
* | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2012-12-01 | 2 | -5/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | CIFS: Fix wrong buffer pointer usage in smb_set_file_info | Pavel Shilovsky | 2012-11-28 | 1 | -2/+1 |
| * | | cifs: fix writeback race with file that is growing | Jeff Layton | 2012-11-27 | 1 | -3/+3 |
* | | | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds | 2012-11-27 | 4 | -4/+20 |
|\ \ \ |
|
| * | | | writeback: put unused inodes to LRU after writeback completion | Jan Kara | 2012-11-27 | 3 | -2/+17 |
| * | | | proc: check vma->vm_file before dereferencing | Stanislav Kinsbursky | 2012-11-27 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-11-27 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | jbd: Fix lock ordering bug in journal_unmap_buffer() | Jan Kara | 2012-11-23 | 1 | -0/+2 |
* | | | Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2012-11-24 | 1 | -18/+21 |
|\ \ \
| |_|/
|/| | |
|
| * | | jffs2: Fix lock acquisition order bug in jffs2_write_begin | Thomas Betker | 2012-11-09 | 1 | -18/+21 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-11-21 | 4 | -19/+60 |
|\ \ \
| | |/
| |/| |
|
| * | | ext3: Avoid underflow of in ext3_trim_fs() | Lukas Czerner | 2012-11-19 | 1 | -2/+3 |
| * | | reiserfs: Move quota calls out of write lock | Jan Kara | 2012-11-19 | 3 | -7/+25 |
| * | | reiserfs: Protect reiserfs_quota_write() with write lock | Jan Kara | 2012-11-19 | 1 | -0/+4 |
| * | | reiserfs: Protect reiserfs_quota_on() with write lock | Jan Kara | 2012-11-19 | 1 | -3/+8 |
| * | | reiserfs: Fix lock ordering during remount | Jan Kara | 2012-11-19 | 1 | -7/+20 |
* | | | fanotify: fix FAN_Q_OVERFLOW case of fanotify_read() | Al Viro | 2012-11-18 | 1 | -1/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-11-18 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | kill bogus BUG_ON() in do_close_on_exec() | Al Viro | 2012-11-12 | 1 | -1/+0 |
* | | | | Merge tag 'for-linus-v3.7-rc7' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-11-18 | 3 | -19/+69 |
|\ \ \ \ |
|
| * | | | | xfs: drop buffer io reference when a bad bio is built | Dave Chinner | 2012-11-17 | 1 | -2/+12 |
| * | | | | xfs: fix broken error handling in xfs_vm_writepage | Dave Chinner | 2012-11-17 | 1 | -15/+39 |
| * | | | | xfs: fix attr tree double split corruption | Dave Chinner | 2012-11-17 | 1 | -2/+18 |
* | | | | | mm, oom: reintroduce /proc/pid/oom_adj | David Rientjes | 2012-11-16 | 1 | -0/+109 |
* | | | | | Merge tag 'upstream-3.7-rc6' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2012-11-15 | 3 | -2/+19 |
|\ \ \ \ \ |
|
| * | | | | | UBIFS: fix mounting problems after power cuts | Artem Bityutskiy | 2012-10-26 | 1 | -2/+10 |
| * | | | | | UBIFS: introduce categorized lprops counter | Artem Bityutskiy | 2012-10-26 | 2 | -0/+9 |
| | |/ / /
| |/| | | |
|
* | | | | | pstore: Fix NULL pointer dereference in console writes | Colin Ian King | 2012-11-15 | 1 | -1/+2 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2012-11-10 | 2 | -30/+30 |
|\ \ \ \ |
|
| * | | | | cifs: Do not lookup hashed negative dentry in cifs_atomic_open | Sachin Prabhu | 2012-11-05 | 1 | -1/+10 |
| * | | | | cifs: fix potential buffer overrun in cifs.idmap handling code | Jeff Layton | 2012-11-03 | 1 | -29/+20 |
* | | | | | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds | 2012-11-09 | 2 | -35/+4 |
|\ \ \ \ \ |
|
| * | | | | | fanotify: fix missing break | Eric Paris | 2012-11-09 | 1 | -0/+1 |
| * | | | | | revert "epoll: support for disabling items, and a self-test app" | Andrew Morton | 2012-11-09 | 1 | -35/+3 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'for-linus-v3.7-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-11-09 | 13 | -63/+127 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | xfs: fix reading of wrapped log data | Dave Chinner | 2012-11-08 | 1 | -1/+1 |
| * | | | | xfs: fix buffer shudown reference count mismatch | Dave Chinner | 2012-11-08 | 1 | -0/+18 |
| * | | | | xfs: don't vmap inode cluster buffers during free | Dave Chinner | 2012-11-08 | 1 | -1/+2 |
| * | | | | xfs: invalidate allocbt blocks moved to the free list | Dave Chinner | 2012-11-08 | 1 | -0/+2 |