summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: xfs_trans_read_buf() should return an error on failureDave Chinner2011-03-261-1/+2
* xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-264-8/+32
* vmap: flush vmap aliases when mapping failsDave Chinner2011-03-261-3/+11
* xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-264-2/+12
* xfs: don't name variables "panic"Alex Elder2011-03-111-4/+4
* xfs: factor agf counter updates into a helperChristoph Hellwig2011-03-091-61/+68
* xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig2011-03-091-16/+13
* xfs: kill support/debug.[ch]Dave Chinner2011-03-077-86/+40
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-0720-238/+169
* xfs: convert the quota debug prints to new APIDave Chinner2011-03-071-15/+12
* xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner2011-03-071-5/+5
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-0713-85/+53
* xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner2011-03-072-35/+43
* xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-074-29/+19
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-079-74/+36
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-076-189/+177
* xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-076-90/+76
* xfs: introduce new logging API.Dave Chinner2011-03-024-0/+155
* xfs: zero proper structure size for geometry callsAlex Elder2011-03-011-3/+8
* xfs: enable delaylog by defaultChristoph Hellwig2011-02-221-0/+1
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-225-78/+19
* xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2011-02-222-39/+23
* xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner2011-02-211-0/+2
* xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg2011-02-211-0/+3
* xfs: add lockdep annotations for the rt inodesChristoph Hellwig2011-02-073-15/+26
* xfs: fix xfs_get_extsz_hint for a zero extent size hintChristoph Hellwig2011-02-071-13/+5
* xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2011-02-072-21/+24
* xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com2011-01-281-8/+25
* xfs: fix dquot shaker deadlockDave Chinner2011-01-281-25/+21
* xfs: handle CIl transaction commit failures correctlyDave Chinner2011-01-283-12/+3
* xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner2011-01-281-2/+18
* xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner2011-01-281-0/+10
* xfs: limit extent length for allocation to AG sizeDave Chinner2011-01-282-8/+26
* xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner2011-01-281-1/+6
* xfs: fix efi item leak on forced shutdownDave Chinner2011-01-283-13/+38
* xfs: fix log ticket leak on forced shutdown.Dave Chinner2011-01-271-2/+5
* autofs4: clean ->d_release() and autofs4_free_ino() upAl Viro2011-01-183-19/+16
* autofs4: split autofs4_init_ino()Al Viro2011-01-183-26/+15
* autofs4: mkdir and symlink always get a dentry that had passed lookupAl Viro2011-01-181-18/+10
* autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymoreAl Viro2011-01-183-7/+5
* autofs4: kill ->size in autofs_infoAl Viro2011-01-183-6/+3
* autofs4: pass mode to autofs4_get_inode() explicitlyAl Viro2011-01-183-16/+15
* autofs4: autofs4_mkroot() is not different from autofs4_init_ino()Al Viro2011-01-181-12/+1
* autofs4: keep symlink body in inode->i_privateAl Viro2011-01-184-28/+9
* autofs4 - fix debug print in autofs4_lookup()Ian Kent2011-01-181-1/+2
* vfs - fix dentry ref count in do_lookup()Ian Kent2011-01-181-1/+3
* autofs4 - fix get_next_positive_dentry()Ian Kent2011-01-181-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-1729-623/+2490
|\
| * Btrfs: forced readonly mounts on errorsliubo2011-01-177-2/+523
| * btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings2011-01-161-0/+4
OpenPOWER on IntegriCloud