summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-06xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner
2011-03-06xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner
2011-03-06xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner
2011-03-06xfs: Convert xlog_warn to new logging interfaceDave Chinner
2011-03-06xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner
2011-03-02xfs: introduce new logging API.Dave Chinner
2011-03-02xfs: zero proper structure size for geometry callsAlex Elder
2011-02-23xfs: enable delaylog by defaultChristoph Hellwig
2011-02-23xfs: more sensible inode refcounting for iallocChristoph Hellwig
2011-02-23xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig
2011-02-22xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner
2011-02-22xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig
2011-02-07xfs: fix xfs_get_extsz_hint for a zero extent size hintChristoph Hellwig
2011-02-07xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig
2011-01-28xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com
2011-01-28xfs: fix dquot shaker deadlockDave Chinner
2011-01-28xfs: handle CIl transaction commit failures correctlyDave Chinner
2011-01-28xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner
2011-01-28xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner
2011-01-28xfs: limit extent length for allocation to AG sizeDave Chinner
2011-01-28xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner
2011-01-28xfs: fix efi item leak on forced shutdownDave Chinner
2011-01-27xfs: fix log ticket leak on forced shutdown.Dave Chinner
2011-01-18autofs4: clean ->d_release() and autofs4_free_ino() upAl Viro
2011-01-18autofs4: split autofs4_init_ino()Al Viro
2011-01-18autofs4: mkdir and symlink always get a dentry that had passed lookupAl Viro
2011-01-18autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymoreAl Viro
2011-01-18autofs4: kill ->size in autofs_infoAl Viro
2011-01-18autofs4: pass mode to autofs4_get_inode() explicitlyAl Viro
2011-01-18autofs4: autofs4_mkroot() is not different from autofs4_init_ino()Al Viro
2011-01-18autofs4: keep symlink body in inode->i_privateAl Viro
2011-01-18autofs4 - fix debug print in autofs4_lookup()Ian Kent
2011-01-18vfs - fix dentry ref count in do_lookup()Ian Kent
2011-01-18autofs4 - fix get_next_positive_dentry()Ian Kent
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2011-01-17xfs: Do not name variables "panic"Geert Uytterhoeven
2011-01-17Btrfs: forced readonly mounts on errorsliubo
2011-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches
2011-01-17ecryptfs: fixed testing of file descriptor flagsRoberto Sassu
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim