aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig2013-10-21
* xfs: remove the unused XFS_ATTR_NONBLOCK flagChristoph Hellwig2013-10-21
* xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig2013-10-21
* xfs: don't break from growfs ag update loop on errorEric Sandeen2013-10-17
* xfs: don't emit corruption noise on fs probesEric Sandeen2013-10-17
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-17
* xfs: prevent deadlock trying to cover an active logDave Chinner2013-10-17
* xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster2013-10-08
* xfs: push down inactive transaction mgmt for ifreeBrian Foster2013-10-08
* xfs: push down inactive transaction mgmt for truncateBrian Foster2013-10-08
* xfs: push down inactive transaction mgmt for remote symlinksBrian Foster2013-10-08
* xfs: add the inode directory type support to XFS_IOC_FSGEOMMark Tinguely2013-10-08
* xfs: remove usage of is_bad_inodeBen Myers2013-10-01
* xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()Jie Liu2013-10-01
* xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu2013-10-01
* xfs: Use kmem_free() instead of free()Thierry Reding2013-10-01
* xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com2013-09-30
* xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner2013-09-30
* xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner2013-09-30
* xfs: fix node forward in xfs_node_toosmallMark Tinguely2013-09-26
* xfs: log recovery lsn ordering needs uuid checkDave Chinner2013-09-24
* xfs: fix XFS_IOC_FREE_EOFBLOCKS definitionDave Chinner2013-09-24
* xfs: asserting lock not held during freeing not validDave Chinner2013-09-24
* xfs: lock the AIL before removing the buffer itemDave Chinner2013-09-24
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-09-16
|\
| * cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu2013-09-13
| * cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu2013-09-13
* | Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-09-16
|\ \
| * | UBIFS: remove invalid warn msg with tst_recovery enabledMats Kärrman2013-08-16
* | | vfs: fix typo in comment in recent dentry workLinus Torvalds2013-09-15
* | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-13
|\ \ \
| * | | writeback: Do not sort b_io list only because of block device inodeJan Kara2013-07-09
* | | | vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds2013-09-13
| |_|/ |/| |
* | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-13
|\ \ \
| * | | aio: rcu_read_lock protection for new rcu_dereference callsArtem Savkov2013-09-09
| * | | aio: fix race in ring buffer page lookup introduced by page migration supportBenjamin LaHaise2013-09-09
| * | | aio: fix rcu sparse warnings introduced by ioctx table lookup patchBenjamin LaHaise2013-08-30
| * | | aio: remove unnecessary debugging from aio_free_ring()Benjamin LaHaise2013-08-30
| * | | aio: table lookup: verify ctx pointerBenjamin LaHaise2013-08-07
| * | | aio: fix error handling and rcu usage in "convert the ioctx list to table loo...Benjamin LaHaise2013-08-05
| * | | aio: be defensive to ensure request batching is non-zero instead of BUG_ON()Benjamin LaHaise2013-07-31
| * | | aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-30
| * | | aio: double aio_max_nr in calculationsBenjamin LaHaise2013-07-30
| * | | aio: Kill ki_dtorKent Overstreet2013-07-30
| * | | aio: Kill ki_usersKent Overstreet2013-07-30
| * | | aio: Kill unneeded kiocb membersKent Overstreet2013-07-30
| * | | aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-30
| * | | aio: Don't use ctx->tail unnecessarilyKent Overstreet2013-07-30
| * | | aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-30
| * | | aio: percpu ioctx refcountKent Overstreet2013-07-30