summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu
2013-02-01xfs: make use of xfs_calc_buf_res() in xfs_trans.cJeff Liu
2013-02-01xfs: add a helper to figure out the space log reservation per itemJeff Liu
2013-01-28xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser
2013-01-26xfs: Fix possible use-after-free with AIOJan Kara
2013-01-26xfs: fix shutdown hang on invalid inode during createDave Chinner
2013-01-24xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner
2013-01-24xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner
2013-01-18xfs: fix fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclaredBen Myers
2013-01-17xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster
2013-01-17xfs: Remove boolean_t typedef completely.Thiago Farina
2013-01-16xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magicEric Sandeen
2013-01-13fs/xfs remove obsolete simple_strto<foo>Abhijit Pawar
2013-01-13xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen
2013-01-03xfs: don't zero structure members after a memset(0)Eric Sandeen
2013-01-03xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster
2012-12-31Merge branch 'xfs-for-3.9'Ben Myers
2012-12-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-12-22Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields
2012-12-21NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust
2012-12-21NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells
2012-12-21Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-21sendfile: allows bypassing of notifier eventsScott Wolchok
2012-12-21fat: fix incorrect function commentRavishankar N
2012-12-21proc: fix inconsistent lock stateXiaotian Feng
2012-12-21hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko
2012-12-21hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko
2012-12-21hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko
2012-12-21hfsplus: avoid crash on failed block map freeAlan Cox
2012-12-21exec: do not leave bprm->interp on stackKees Cook
2012-12-20vfs: make lremovexattr retry once on ESTALE errorJeff Layton
2012-12-20vfs: make removexattr retry once on ESTALEJeff Layton
2012-12-20vfs: make llistxattr retry once on ESTALE errorJeff Layton
2012-12-20vfs: make listxattr retry once on ESTALE errorJeff Layton
2012-12-20vfs: make lgetxattr retry once on ESTALEJeff Layton
2012-12-20vfs: make getxattr retry once on an ESTALE errorJeff Layton
2012-12-20vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton
2012-12-20vfs: allow setxattr to retry once on ESTALE errorsJeff Layton
2012-12-20vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton
2012-12-20vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton
2012-12-20vfs: make fchownat retry once on ESTALE errorsJeff Layton
2012-12-20vfs: make fchmodat retry once on ESTALE errorsJeff Layton
2012-12-20vfs: have chroot retry once on ESTALE errorJeff Layton