aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19fs/super.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-11/+11
2007-10-19fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov1-10/+17
2007-10-19pid namespaces: use task_pid() to find leader's pidSukadev Bhattiprolu1-1/+1
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu1-1/+1
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2-2/+3
2007-10-19pid namespaces: round up the APIPavel Emelianov9-19/+19
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-2/+2
2007-10-19Task Control Groups: add procfs interfacePaul Menage1-0/+7
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney4-23/+44
2007-10-19reiserfs: remove first_zero_hintJeff Mahoney2-23/+12
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney4-26/+30
2007-10-19reiserfs: fix memset byte count during resizeJeff Mahoney1-1/+1
2007-10-19reiserfs: use is_reusable to catch corruptionJeff Mahoney1-8/+13
2007-10-19reiserfs: dont use BUG when panickingJeff Mahoney1-6/+4
2007-10-19reiserfs: fix up lockdep warningsJeff Mahoney1-2/+3
2007-10-19JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos2-4/+4
2007-10-19jbd: fix commit code to properly abort journalJan Kara1-4/+4
2007-10-19jbd: config_jbd_debug cannot create /proc entryJose R. Santos2-48/+26
2007-10-19JBD/ext3 cleanups: convert to kzallocMingming Cao3-6/+3
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li1-1/+1
2007-10-19put declaration of put_filesystem() in fs.hMiklos Szeredi1-4/+0
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