aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2007-10-17ext4: lighten up resize transaction requirementsEric Sandeen
2007-10-17ext4: fix setup_new_group_blocks lockingEric Sandeen
2007-10-17ext4: sparse fixesAneesh Kumar K.V
2007-10-17ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_loAneesh Kumar K.V
2007-10-17ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_loAneesh Kumar K.V
2007-10-17ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V
2007-10-17ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V
2007-10-17ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V
2007-10-17ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V
2007-10-17ext4: FLEX_BG Kernel support v2.Jose R. Santos
2007-10-17ext4: Fix sparse warningsAneesh Kumar K.V
2007-10-17Ext4: Uninitialized Block GroupsAndreas Dilger
2007-10-17ext4: remove #ifdef CONFIG_EXT4_INDEXEric Sandeen
2007-10-17ext4: Remove (partial, never completed) fragment supportColy Li
2007-10-17JBD2: debug code cleanup.Jose R. Santos
2007-10-17jbd2: fix commit code to properly abort journalJan Kara
2007-10-17jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao
2007-10-17JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4Mingming Cao
2007-10-17JBD2: replace jbd_kmalloc with kmalloc directly.Mingming Cao
2007-10-17JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao
2007-10-17JBD2: jbd2 slab allocation cleanupsMingming Cao
2007-10-17JBD: JBD slab allocation cleanupsMingming Cao
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen
2007-10-179p: soften invalidation in loose_modeEric Van Hensbergen
2007-10-179p: attach-per-userLatchesar Ionkov
2007-10-179p: rename uid and gid parametersLatchesar Ionkov
2007-10-179p: define session flagsLatchesar Ionkov
2007-10-179p: Make transports dynamicEric Van Hensbergen
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds
2007-10-17security/ cleanupsAdrian Bunk
2007-10-17Implement file posix capabilitiesSerge E. Hallyn
2007-10-17r/o bind mounts: create cleanup helper svc_msnfs()Dave Hansen
2007-10-17r/o bind mounts: give permission() a local 'mnt' variableDave Hansen
2007-10-17r/o bind mounts: rearrange may_open() to be r/o friendlyDave Hansen
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen
2007-10-17fuse: clean up execute permission checkingMiklos Szeredi
2007-10-17fuse: no ENOENT from fuse device readMiklos Szeredi
2007-10-17fuse: no abort on interruptMiklos Szeredi
2007-10-17fuse: cleanup in releaseMiklos Szeredi
2007-10-17fuse: fix permission checking on sticky directoriesMiklos Szeredi
2007-10-17fuse: refresh stale attributes in fuse_permission()Miklos Szeredi
2007-10-17fuse: set i_nlink to sane value after mountMiklos Szeredi
2007-10-17fuse: fix page invalidationMiklos Szeredi
2007-10-17fuse: truncate on spontaneous size changeMiklos Szeredi
2007-10-17fuse: add reference counting to fuse_fileMiklos Szeredi
2007-10-17fuse: fix reserved request wake upMiklos Szeredi
2007-10-17fuse: update backing_dev_info congestion stateMiklos Szeredi
2007-10-17ext2 reservationsMartin J. Bligh
2007-10-17introduce I_SYNCJoern Engel
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu