summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu
2007-10-19pid namespaces: round up the APIPavel Emelianov
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage
2007-10-19Task Control Groups: add procfs interfacePaul Menage
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney
2007-10-19reiserfs: remove first_zero_hintJeff Mahoney
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney
2007-10-19reiserfs: fix memset byte count during resizeJeff Mahoney
2007-10-19reiserfs: use is_reusable to catch corruptionJeff Mahoney
2007-10-19reiserfs: dont use BUG when panickingJeff Mahoney
2007-10-19reiserfs: fix up lockdep warningsJeff Mahoney
2007-10-19JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos
2007-10-19jbd: fix commit code to properly abort journalJan Kara
2007-10-19jbd: config_jbd_debug cannot create /proc entryJose R. Santos
2007-10-19JBD/ext3 cleanups: convert to kzallocMingming Cao
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li
2007-10-19put declaration of put_filesystem() in fs.hMiklos Szeredi
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-10-18fuse: add blksize field to fuse_attrMiklos Szeredi
2007-10-18fuse: add support for mandatory lockingMiklos Szeredi
2007-10-18fuse: add helper for asynchronous writesMiklos Szeredi
2007-10-18fuse: add list of writable files to fuse_inodeMiklos Szeredi
2007-10-18fuse: support BSD locking semanticsMiklos Szeredi
2007-10-18fuse: add atomic open+truncate supportMiklos Szeredi
2007-10-18fuse: improve utimes supportMiklos Szeredi
2007-10-18VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi
2007-10-18fuse: clean up open file passing in setattrMiklos Szeredi
2007-10-18fuse: add file handle to getattr operationMiklos Szeredi
2007-10-18fuse: fix race between getattr and writeMiklos Szeredi
2007-10-18fuse: fix allowing operationsMiklos Szeredi
2007-10-18ext3: fix setup_new_group_blocks lockingEric Sandeen
2007-10-18ext3: support large blocksize up to PAGESIZETakashi Sato
2007-10-18fs/cramfs/inode.c: replace hardcoded value with preprocessor constantAndi Drebes
2007-10-18fs/cramfs/inode.c: remove unused variableAndi Drebes
2007-10-18CIFS: ignore mode change if it's just for clearing setuid/setgid bitsJeff Layton
2007-10-18NFS: if ATTR_KILL_S*ID bits are set, then skip mode changeJeff Layton
2007-10-18VFS: make notify_change pass ATTR_KILL_S*ID to setattr operationsJeff Layton
2007-10-18reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattrJeff Layton
2007-10-18knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly setJeff Layton
2007-10-18ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan
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