summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-02xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu4-2/+17
2013-02-02xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeJeff Liu1-4/+3
2013-02-02xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu4-3/+16
2013-02-02xfs: make use of xfs_calc_buf_res() in xfs_trans.cJeff Liu1-128/+112
2013-02-02xfs: add a helper to figure out the space log reservation per itemJeff Liu1-0/+31
2013-01-28xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser1-2/+2
2013-01-26xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-01-26xfs: fix shutdown hang on invalid inode during createDave Chinner3-2/+13
2013-01-24xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner1-0/+9
2013-01-24xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner1-0/+18
2013-01-19xfs: fix fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclaredBen Myers1-1/+1
2013-01-18xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster1-3/+3
2013-01-18xfs: Remove boolean_t typedef completely.Thiago Farina6-21/+20
2013-01-17xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magicEric Sandeen1-1/+1
2013-01-14fs/xfs remove obsolete simple_strto<foo>Abhijit Pawar1-10/+19
2013-01-14xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen1-2/+4
2013-01-04xfs: don't zero structure members after a memset(0)Eric Sandeen3-10/+0
2013-01-04xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster1-2/+2
2012-12-31Merge branch 'xfs-for-3.9'Ben Myers10-238/+57
2012-12-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+18
2012-12-22Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields1-1/+0
2012-12-21NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust1-4/+15
2012-12-21NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells1-0/+1
2012-12-21Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds11-104/+152
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds13-23/+85
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds64-435/+1096
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+0
2012-12-21sendfile: allows bypassing of notifier eventsScott Wolchok1-0/+2
2012-12-21fat: fix incorrect function commentRavishankar N3-4/+7
2012-12-21proc: fix inconsistent lock stateXiaotian Feng1-6/+6
2012-12-21hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko1-1/+4
2012-12-21hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko3-5/+12
2012-12-21hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko1-4/+20
2012-12-21hfsplus: avoid crash on failed block map freeAlan Cox1-1/+12
2012-12-21exec: do not leave bprm->interp on stackKees Cook3-2/+22
2012-12-21vfs: make lremovexattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make removexattr retry once on ESTALEJeff Layton1-2/+7
2012-12-21vfs: make llistxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make listxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make lgetxattr retry once on ESTALEJeff Layton1-2/+7
2012-12-21vfs: make getxattr retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: allow setxattr to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton1-1/+5
2012-12-21vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton1-1/+8
2012-12-21vfs: make fchownat retry once on ESTALE errorsJeff Layton1-0/+5
2012-12-21vfs: make fchmodat retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: have chroot retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: have faccessat retry once on an ESTALE errorJeff Layton1-2/+7