aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-2/+2
* Task Control Groups: add procfs interfacePaul Menage2007-10-191-0/+7
* reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney2007-10-194-23/+44
* reiserfs: remove first_zero_hintJeff Mahoney2007-10-192-23/+12
* reiserfs: fix usage of signed ints for block numbersJeff Mahoney2007-10-194-26/+30
* reiserfs: fix memset byte count during resizeJeff Mahoney2007-10-191-1/+1
* reiserfs: use is_reusable to catch corruptionJeff Mahoney2007-10-191-8/+13
* reiserfs: dont use BUG when panickingJeff Mahoney2007-10-191-6/+4
* reiserfs: fix up lockdep warningsJeff Mahoney2007-10-191-2/+3
* JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos2007-10-192-4/+4
* jbd: fix commit code to properly abort journalJan Kara2007-10-191-4/+4
* jbd: config_jbd_debug cannot create /proc entryJose R. Santos2007-10-192-48/+26
* JBD/ext3 cleanups: convert to kzallocMingming Cao2007-10-193-6/+3
* setup vma->vm_page_prot by vm_get_page_prot()Coly Li2007-10-191-1/+1
* put declaration of put_filesystem() in fs.hMiklos Szeredi2007-10-191-4/+0
* sparse pointer use of zero as nullStephen Hemminger2007-10-189-17/+18
* fuse: add blksize field to fuse_attrMiklos Szeredi2007-10-182-5/+32
* fuse: add support for mandatory lockingMiklos Szeredi2007-10-183-8/+36
* fuse: add helper for asynchronous writesMiklos Szeredi2007-10-182-13/+24
* fuse: add list of writable files to fuse_inodeMiklos Szeredi2007-10-183-0/+15
* fuse: support BSD locking semanticsMiklos Szeredi2007-10-181-5/+27
* fuse: add atomic open+truncate supportMiklos Szeredi2007-10-184-2/+13
* fuse: improve utimes supportMiklos Szeredi2007-10-181-3/+25
* VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi2007-10-181-2/+4
* fuse: clean up open file passing in setattrMiklos Szeredi2007-10-181-6/+15
* fuse: add file handle to getattr operationMiklos Szeredi2007-10-182-13/+26
* fuse: fix race between getattr and writeMiklos Szeredi2007-10-184-50/+111
* fuse: fix allowing operationsMiklos Szeredi2007-10-183-1/+17
* ext3: fix setup_new_group_blocks lockingEric Sandeen2007-10-181-3/+3
* ext3: support large blocksize up to PAGESIZETakashi Sato2007-10-181-1/+5
* fs/cramfs/inode.c: replace hardcoded value with preprocessor constantAndi Drebes2007-10-181-3/+3
* fs/cramfs/inode.c: remove unused variableAndi Drebes2007-10-181-2/+1
* CIFS: ignore mode change if it's just for clearing setuid/setgid bitsJeff Layton2007-10-181-0/+5
* NFS: if ATTR_KILL_S*ID bits are set, then skip mode changeJeff Layton2007-10-181-0/+4
* VFS: make notify_change pass ATTR_KILL_S*ID to setattr operationsJeff Layton2007-10-181-10/+16
* reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattrJeff Layton2007-10-181-1/+5
* knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly setJeff Layton2007-10-181-6/+15
* ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton2007-10-181-0/+8
* Remove struct task_struct::io_waitAlexey Dobriyan2007-10-181-14/+2
* ext4: lighten up resize transaction requirementsEric Sandeen2007-10-171-3/+43
* ext4: fix setup_new_group_blocks lockingEric Sandeen2007-10-171-3/+3
* ext4: sparse fixesAneesh Kumar K.V2007-10-173-4/+4
* ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_loAneesh Kumar K.V2007-10-171-2/+2
* ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_loAneesh Kumar K.V2007-10-171-5/+3
* ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V2007-10-171-1/+1
* ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V2007-10-171-2/+2
* ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V2007-10-172-7/+7
* ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V2007-10-171-3/+3
* ext4: FLEX_BG Kernel support v2.Jose R. Santos2007-10-171-2/+7
* ext4: Fix sparse warningsAneesh Kumar K.V2007-10-171-2/+4