summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-03-07xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner1-5/+5
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner13-85/+53
2011-03-07xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner2-35/+43
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner4-29/+19
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner9-74/+36
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner6-189/+177
2011-03-07xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner6-90/+76
2011-03-02xfs: introduce new logging API.Dave Chinner4-0/+155
2011-03-01xfs: zero proper structure size for geometry callsAlex Elder1-3/+8
2011-02-22xfs: enable delaylog by defaultChristoph Hellwig1-0/+1
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig5-78/+19
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2-39/+23
2011-02-21xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner1-0/+2
2011-02-21xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg1-0/+3
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig3-15/+26
2011-02-07xfs: fix xfs_get_extsz_hint for a zero extent size hintChristoph Hellwig1-13/+5
2011-02-07xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2-21/+24
2011-01-28xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com1-8/+25
2011-01-28xfs: fix dquot shaker deadlockDave Chinner1-25/+21
2011-01-28xfs: handle CIl transaction commit failures correctlyDave Chinner3-12/+3
2011-01-28xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner1-2/+18
2011-01-28xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner1-0/+10
2011-01-28xfs: limit extent length for allocation to AG sizeDave Chinner2-8/+26
2011-01-28xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner1-1/+6
2011-01-28xfs: fix efi item leak on forced shutdownDave Chinner3-13/+38
2011-01-27xfs: fix log ticket leak on forced shutdown.Dave Chinner1-2/+5
2011-01-18autofs4: clean ->d_release() and autofs4_free_ino() upAl Viro3-19/+16
2011-01-18autofs4: split autofs4_init_ino()Al Viro3-26/+15
2011-01-18autofs4: mkdir and symlink always get a dentry that had passed lookupAl Viro1-18/+10
2011-01-18autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymoreAl Viro3-7/+5
2011-01-18autofs4: kill ->size in autofs_infoAl Viro3-6/+3
2011-01-18autofs4: pass mode to autofs4_get_inode() explicitlyAl Viro3-16/+15
2011-01-18autofs4: autofs4_mkroot() is not different from autofs4_init_ino()Al Viro1-12/+1
2011-01-18autofs4: keep symlink body in inode->i_privateAl Viro4-28/+9
2011-01-18autofs4 - fix debug print in autofs4_lookup()Ian Kent1-1/+2
2011-01-18vfs - fix dentry ref count in do_lookup()Ian Kent1-1/+3
2011-01-18autofs4 - fix get_next_positive_dentry()Ian Kent1-2/+2
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds29-623/+2490
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds7-80/+82
2011-01-17xfs: Do not name variables "panic"Geert Uytterhoeven1-3/+3
2011-01-17Btrfs: forced readonly mounts on errorsliubo7-2/+523
2011-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-2/+4
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-10/+9
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski1-8/+14
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks2-12/+12
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches6-29/+30
2011-01-17ecryptfs: fixed testing of file descriptor flagsRoberto Sassu1-2/+2
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu2-27/+21
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu1-0/+2
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu1-1/+0