summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu2013-02-014-15/+36
* xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()Jeff Liu2013-02-011-2/+2
* xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb()Jeff Liu2013-02-011-2/+2
* xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount()Jeff Liu2013-02-011-2/+2
* xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu2013-02-013-0/+14
* xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu2013-02-014-2/+17
* xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu2013-02-014-7/+19
* xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu2013-02-014-9/+20
* xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu2013-02-014-2/+17
* xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeJeff Liu2013-02-011-4/+3Star
* xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu2013-02-014-3/+16
* xfs: make use of xfs_calc_buf_res() in xfs_trans.cJeff Liu2013-02-011-128/+112Star
* xfs: add a helper to figure out the space log reservation per itemJeff Liu2013-02-011-0/+31
* xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser2013-01-281-2/+2
* xfs: Fix possible use-after-free with AIOJan Kara2013-01-261-1/+1
* xfs: fix shutdown hang on invalid inode during createDave Chinner2013-01-263-2/+13
* xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner2013-01-241-0/+9
* xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner2013-01-241-0/+18
* xfs: fix fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclaredBen Myers2013-01-181-1/+1
* xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster2013-01-181-3/+3
* xfs: Remove boolean_t typedef completely.Thiago Farina2013-01-186-21/+20Star
* xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magicEric Sandeen2013-01-171-1/+1
* fs/xfs remove obsolete simple_strto<foo>Abhijit Pawar2013-01-131-10/+19
* xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen2013-01-131-2/+4
* xfs: don't zero structure members after a memset(0)Eric Sandeen2013-01-033-10/+0Star
* xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster2013-01-031-2/+2
* Merge branch 'xfs-for-3.9'Ben Myers2012-12-3110-238/+57Star
|\
| * xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely2012-12-177-201/+0Star
| * xfs: fix the multi-segment log buffer formatMark Tinguely2012-12-172-5/+15
| * xfs: fix segment in xfs_buf_item_format_segmentMark Tinguely2012-12-171-5/+15
| * xfs: rename bli_format to avoid confusion with bli_formatsMark Tinguely2012-12-173-24/+24
| * xfs: use b_maps[] for discontiguous buffersMark Tinguely2012-12-172-9/+9
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-12-224-17/+18
|\ \
| * | cifs: eliminate cifsERROR variableJeff Layton2012-12-202-6/+1Star
| * | cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton2012-12-201-4/+15
| * | cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton2012-12-201-7/+2Star
* | | Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields2012-12-221-1/+0Star
* | | NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust2012-12-211-4/+15
* | | NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells2012-12-211-0/+1
* | | Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-2111-104/+152
|\ \ \
| * | | inotify: automatically restart syscallsEric Paris2012-12-111-1/+1
| * | | inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo2012-12-111-5/+5
| * | | fanotify: dont merge permission eventsLino Sanfilippo2012-12-111-0/+6
| * | | fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-114-9/+16
| * | | fsnotify: change locking orderLino Sanfilippo2012-12-111-10/+10
| * | | fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo2012-12-111-8/+2Star
| * | | fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo2012-12-111-12/+30
| * | | fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-117-25/+28
| * | | fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo2012-12-114-14/+14
| * | | fanotify: add an extra flag to mark_remove_from_mask that indicates wheather ...Lino Sanfilippo2012-12-111-5/+14