| Commit message (Expand) | Author | Age | Files | Lines |
* | cifs: fix filp leak in cifs_atomic_open() | Miklos Szeredi | 2013-09-16 | 1 | -0/+1 |
* | vfs: improve i_op->atomic_open() documentation | Miklos Szeredi | 2013-09-16 | 1 | -3/+18 |
* | autofs4: close the races around autofs4_notify_daemon() | Al Viro | 2013-09-16 | 1 | -10/+3 |
* | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-09-13 | 2 | -4/+6 |
|\ |
|
| * | writeback: Do not sort b_io list only because of block device inode | Jan Kara | 2013-07-09 | 2 | -4/+6 |
* | | vfs: fix dentry LRU list handling and nr_dentry_unused accounting | Linus Torvalds | 2013-09-13 | 1 | -27/+101 |
* | | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 2013-09-13 | 7 | -269/+537 |
|\ \ |
|
| * | | aio: rcu_read_lock protection for new rcu_dereference calls | Artem Savkov | 2013-09-09 | 1 | -0/+6 |
| * | | aio: fix race in ring buffer page lookup introduced by page migration support | Benjamin LaHaise | 2013-09-09 | 1 | -3/+12 |
| * | | aio: fix rcu sparse warnings introduced by ioctx table lookup patch | Benjamin LaHaise | 2013-08-30 | 1 | -3/+3 |
| * | | aio: remove unnecessary debugging from aio_free_ring() | Benjamin LaHaise | 2013-08-30 | 1 | -5/+0 |
| * | | aio: table lookup: verify ctx pointer | Benjamin LaHaise | 2013-08-07 | 1 | -1/+1 |
| * | | aio: fix error handling and rcu usage in "convert the ioctx list to table loo... | Benjamin LaHaise | 2013-08-05 | 1 | -8/+9 |
| * | | aio: be defensive to ensure request batching is non-zero instead of BUG_ON() | Benjamin LaHaise | 2013-07-31 | 1 | -1/+2 |
| * | | aio: convert the ioctx list to table lookup v3 | Benjamin LaHaise | 2013-07-30 | 1 | -22/+114 |
| * | | aio: double aio_max_nr in calculations | Benjamin LaHaise | 2013-07-30 | 1 | -2/+2 |
| * | | aio: Kill ki_dtor | Kent Overstreet | 2013-07-30 | 1 | -2/+0 |
| * | | aio: Kill ki_users | Kent Overstreet | 2013-07-30 | 1 | -35/+12 |
| * | | aio: Kill unneeded kiocb members | Kent Overstreet | 2013-07-30 | 1 | -29/+40 |
| * | | aio: Kill aio_rw_vect_retry() | Kent Overstreet | 2013-07-30 | 6 | -82/+23 |
| * | | aio: Don't use ctx->tail unnecessarily | Kent Overstreet | 2013-07-30 | 1 | -19/+23 |
| * | | aio: io_cancel() no longer returns the io_event | Kent Overstreet | 2013-07-30 | 1 | -30/+10 |
| * | | aio: percpu ioctx refcount | Kent Overstreet | 2013-07-30 | 1 | -39/+27 |
| * | | aio: percpu reqs_available | Kent Overstreet | 2013-07-30 | 1 | -7/+99 |
| * | | aio: reqs_active -> reqs_available | Kent Overstreet | 2013-07-30 | 1 | -16/+22 |
| * | | aio: fix build when migration is disabled | Benjamin LaHaise | 2013-07-17 | 1 | -0/+4 |
| * | | fs/aio: Add support to aio ring pages migration | Gu Zheng | 2013-07-16 | 1 | -11/+108 |
| * | | fs/anon_inode: Introduce a new lib function anon_inode_getfile_private() | Gu Zheng | 2013-07-16 | 1 | -0/+66 |
* | | | Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-09-12 | 25 | -166/+461 |
|\ \ \ |
|
| * | | | xfs: remove dead code from xlog_recover_inode_pass2 | Mark Tinguely | 2013-09-12 | 1 | -3/+0 |
| * | | | xfs: = vs == typo in ASSERT() | Dan Carpenter | 2013-09-12 | 1 | -2/+2 |
| * | | | xfs: don't assert fail on bad inode numbers | Dave Chinner | 2013-09-10 | 1 | -5/+3 |
| * | | | xfs: aborted buf items can be in the AIL. | Dave Chinner | 2013-09-10 | 1 | -5/+19 |
| * | | | xfs: factor all the kmalloc-or-vmalloc fallback allocations | Dave Chinner | 2013-09-10 | 7 | -78/+43 |
| * | | | xfs: fix memory allocation failures with ACLs | Dave Chinner | 2013-09-10 | 1 | -10/+22 |
| * | | | xfs: ensure we copy buffer type in da btree root splits | Dave Chinner | 2013-09-10 | 1 | -0/+1 |
| * | | | xfs: set remote symlink buffer type for recovery | Dave Chinner | 2013-09-10 | 1 | -0/+2 |
| * | | | xfs: recovery of swap extents operations for CRC filesystems | Dave Chinner | 2013-09-10 | 11 | -67/+171 |
| * | | | xfs: swap extents operations for CRC filesystems | Dave Chinner | 2013-09-10 | 6 | -39/+231 |
| * | | | xfs: check magic numbers in dir3 leaf verifier first | Dave Chinner | 2013-09-09 | 1 | -7/+13 |
| * | | | xfs: fix some minor sparse warnings | Dave Chinner | 2013-09-09 | 6 | -7/+11 |
| * | | | xfs: fix endian warning in xlog_recover_get_buf_lsn() | Dave Chinner | 2013-09-09 | 1 | -1/+1 |
* | | | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-09-12 | 27 | -42/+28 |
|\ \ \ \ |
|
| * | | | | thp: account anon transparent huge pages into NR_ANON_PAGES | Kirill A. Shutemov | 2013-09-12 | 1 | -6/+0 |
| * | | | | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 2013-09-12 | 26 | -36/+28 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-09-12 | 28 | -666/+823 |
|\ \ \ \ \ |
|
| * | | | | | super: fix for destroy lrus | Glauber Costa | 2013-09-10 | 3 | -2/+5 |
| * | | | | | list_lru: dynamically adjust node arrays | Glauber Costa | 2013-09-10 | 3 | -5/+22 |
| * | | | | | fs: convert fs shrinkers to new scan/count API | Dave Chinner | 2013-09-10 | 14 | -96/+158 |
| * | | | | | xfs: fix dquot isolation hang | Dave Chinner | 2013-09-10 | 1 | -4/+6 |