aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-18sparse pointer use of zero as nullStephen Hemminger9-17/+18
2007-10-18fuse: add blksize field to fuse_attrMiklos Szeredi2-5/+32
2007-10-18fuse: add support for mandatory lockingMiklos Szeredi3-8/+36
2007-10-18fuse: add helper for asynchronous writesMiklos Szeredi2-13/+24
2007-10-18fuse: add list of writable files to fuse_inodeMiklos Szeredi3-0/+15
2007-10-18fuse: support BSD locking semanticsMiklos Szeredi1-5/+27
2007-10-18fuse: add atomic open+truncate supportMiklos Szeredi4-2/+13
2007-10-18fuse: improve utimes supportMiklos Szeredi1-3/+25
2007-10-18VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi1-2/+4
2007-10-18fuse: clean up open file passing in setattrMiklos Szeredi1-6/+15
2007-10-18fuse: add file handle to getattr operationMiklos Szeredi2-13/+26
2007-10-18fuse: fix race between getattr and writeMiklos Szeredi4-50/+111
2007-10-18fuse: fix allowing operationsMiklos Szeredi3-1/+17
2007-10-18ext3: fix setup_new_group_blocks lockingEric Sandeen1-3/+3
2007-10-18ext3: support large blocksize up to PAGESIZETakashi Sato1-1/+5
2007-10-18fs/cramfs/inode.c: replace hardcoded value with preprocessor constantAndi Drebes1-3/+3
2007-10-18fs/cramfs/inode.c: remove unused variableAndi Drebes1-2/+1
2007-10-18CIFS: ignore mode change if it's just for clearing setuid/setgid bitsJeff Layton1-0/+5
2007-10-18NFS: if ATTR_KILL_S*ID bits are set, then skip mode changeJeff Layton1-0/+4
2007-10-18VFS: make notify_change pass ATTR_KILL_S*ID to setattr operationsJeff Layton1-10/+16
2007-10-18reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattrJeff Layton1-1/+5
2007-10-18knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly setJeff Layton1-6/+15
2007-10-18ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton1-0/+8
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan1-14/+2
2007-10-17ext4: lighten up resize transaction requirementsEric Sandeen1-3/+43
2007-10-17ext4: fix setup_new_group_blocks lockingEric Sandeen1-3/+3
2007-10-17ext4: sparse fixesAneesh Kumar K.V3-4/+4
2007-10-17ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_loAneesh Kumar K.V1-2/+2
2007-10-17ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_loAneesh Kumar K.V1-5/+3
2007-10-17ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V1-1/+1
2007-10-17ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V1-2/+2
2007-10-17ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V2-7/+7
2007-10-17ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V1-3/+3
2007-10-17ext4: FLEX_BG Kernel support v2.Jose R. Santos1-2/+7
2007-10-17ext4: Fix sparse warningsAneesh Kumar K.V1-2/+4
2007-10-17Ext4: Uninitialized Block GroupsAndreas Dilger6-31/+323
2007-10-17ext4: remove #ifdef CONFIG_EXT4_INDEXEric Sandeen2-27/+0
2007-10-17ext4: Remove (partial, never completed) fragment supportColy Li3-30/+0
2007-10-17JBD2: debug code cleanup.Jose R. Santos1-14/+6
2007-10-17jbd2: fix commit code to properly abort journalJan Kara1-4/+4
2007-10-17jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao6-10/+10
2007-10-17JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4Mingming Cao3-6/+3
2007-10-17JBD2: replace jbd_kmalloc with kmalloc directly.Mingming Cao2-12/+3
2007-10-17JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao2-12/+3
2007-10-17JBD2: jbd2 slab allocation cleanupsMingming Cao3-94/+14
2007-10-17JBD: JBD slab allocation cleanupsMingming Cao3-91/+11
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen1-46/+1
2007-10-179p: soften invalidation in loose_modeEric Van Hensbergen1-2/+4
2007-10-179p: attach-per-userLatchesar Ionkov4-60/+195
2007-10-179p: rename uid and gid parametersLatchesar Ionkov3-12/+16