summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-09-161-5/+10
|\
| * cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu2013-09-131-3/+7
| * cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu2013-09-131-2/+3
* | Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-09-161-3/+4
|\ \
| * | UBIFS: remove invalid warn msg with tst_recovery enabledMats Kärrman2013-08-161-3/+4
* | | vfs: fix typo in comment in recent dentry workLinus Torvalds2013-09-151-1/+1
* | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-132-4/+6
|\ \ \
| * | | writeback: Do not sort b_io list only because of block device inodeJan Kara2013-07-092-4/+6
* | | | vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds2013-09-131-27/+101
| |_|/ |/| |
* | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-137-269/+537
|\ \ \
| * | | aio: rcu_read_lock protection for new rcu_dereference callsArtem Savkov2013-09-091-0/+6
| * | | aio: fix race in ring buffer page lookup introduced by page migration supportBenjamin LaHaise2013-09-091-3/+12
| * | | aio: fix rcu sparse warnings introduced by ioctx table lookup patchBenjamin LaHaise2013-08-301-3/+3
| * | | aio: remove unnecessary debugging from aio_free_ring()Benjamin LaHaise2013-08-301-5/+0
| * | | aio: table lookup: verify ctx pointerBenjamin LaHaise2013-08-071-1/+1
| * | | aio: fix error handling and rcu usage in "convert the ioctx list to table loo...Benjamin LaHaise2013-08-051-8/+9
| * | | aio: be defensive to ensure request batching is non-zero instead of BUG_ON()Benjamin LaHaise2013-07-311-1/+2
| * | | aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-301-22/+114
| * | | aio: double aio_max_nr in calculationsBenjamin LaHaise2013-07-301-2/+2
| * | | aio: Kill ki_dtorKent Overstreet2013-07-301-2/+0
| * | | aio: Kill ki_usersKent Overstreet2013-07-301-35/+12
| * | | aio: Kill unneeded kiocb membersKent Overstreet2013-07-301-29/+40
| * | | aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-306-82/+23
| * | | aio: Don't use ctx->tail unnecessarilyKent Overstreet2013-07-301-19/+23
| * | | aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-301-30/+10
| * | | aio: percpu ioctx refcountKent Overstreet2013-07-301-39/+27
| * | | aio: percpu reqs_availableKent Overstreet2013-07-301-7/+99
| * | | aio: reqs_active -> reqs_availableKent Overstreet2013-07-301-16/+22
| * | | aio: fix build when migration is disabledBenjamin LaHaise2013-07-171-0/+4
| * | | fs/aio: Add support to aio ring pages migrationGu Zheng2013-07-161-11/+108
| * | | fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()Gu Zheng2013-07-161-0/+66
* | | | Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-1225-166/+461
|\ \ \ \
| * | | | xfs: remove dead code from xlog_recover_inode_pass2Mark Tinguely2013-09-121-3/+0
| * | | | xfs: = vs == typo in ASSERT()Dan Carpenter2013-09-121-2/+2
| * | | | xfs: don't assert fail on bad inode numbersDave Chinner2013-09-101-5/+3
| * | | | xfs: aborted buf items can be in the AIL.Dave Chinner2013-09-101-5/+19
| * | | | xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner2013-09-107-78/+43
| * | | | xfs: fix memory allocation failures with ACLsDave Chinner2013-09-101-10/+22
| * | | | xfs: ensure we copy buffer type in da btree root splitsDave Chinner2013-09-101-0/+1
| * | | | xfs: set remote symlink buffer type for recoveryDave Chinner2013-09-101-0/+2
| * | | | xfs: recovery of swap extents operations for CRC filesystemsDave Chinner2013-09-1011-67/+171
| * | | | xfs: swap extents operations for CRC filesystemsDave Chinner2013-09-106-39/+231
| * | | | xfs: check magic numbers in dir3 leaf verifier firstDave Chinner2013-09-091-7/+13
| * | | | xfs: fix some minor sparse warningsDave Chinner2013-09-096-7/+11
| * | | | xfs: fix endian warning in xlog_recover_get_buf_lsn()Dave Chinner2013-09-091-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-1227-42/+28
|\ \ \ \ \
| * | | | | thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov2013-09-121-6/+0
| * | | | | truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-1226-36/+28
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-1228-666/+823
|\ \ \ \ \ \
| * | | | | | super: fix for destroy lrusGlauber Costa2013-09-103-2/+5