summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-191-1/+2
|\
| * fscache: check consistency does not decrement refcountMilosz Tanski2013-09-101-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-198-36/+55
|\ \
| * | 9p: don't forget to destroy inode cache if fscache registration failsAl Viro2013-09-181-3/+4
| * | atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/na...Al Viro2013-09-172-21/+20Star
| * | vfs: don't set FILE_CREATED before calling ->atomic_open()Miklos Szeredi2013-09-171-3/+8
| * | nfs: set FILE_CREATEDMiklos Szeredi2013-09-171-0/+3
| * | gfs2: set FILE_CREATEDMiklos Szeredi2013-09-171-1/+3
| * | cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi2013-09-171-0/+1
| * | vfs: improve i_op->atomic_open() documentationMiklos Szeredi2013-09-171-3/+18
| * | autofs4: close the races around autofs4_notify_daemon()Al Viro2013-09-171-10/+3Star
* | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-181-6/+23
|\ \ \
| * | | pstore: Remove the messages related to compression failureAruna Balakrishnaiah2013-09-161-4/+0Star
| * | | pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah2013-09-161-1/+1
| * | | pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah2013-09-161-1/+22
* | | | 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-142-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-141-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/+0Star
| * | | | | aio: table lookup: verify ctx pointerBenjamin LaHaise2013-08-081-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/+0Star
| * | | | | aio: Kill ki_usersKent Overstreet2013-07-301-35/+12Star
| * | | | | aio: Kill unneeded kiocb membersKent Overstreet2013-07-301-29/+40
| * | | | | aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-306-82/+23Star
| * | | | | 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/+10Star
| * | | | | aio: percpu ioctx refcountKent Overstreet2013-07-301-39/+27Star
| * | | | | 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-1325-166/+461
|\ \ \ \ \ \
| * | | | | | xfs: remove dead code from xlog_recover_inode_pass2Mark Tinguely2013-09-121-3/+0Star
| * | | | | | xfs: = vs == typo in ASSERT()Dan Carpenter2013-09-121-2/+2
| * | | | | | xfs: don't assert fail on bad inode numbersDave Chinner2013-09-101-5/+3Star