aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov2007-10-191-1/+1
* Remove unused variables from fs/proc/base.cPavel Emelyanov2007-10-191-4/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-198-17/+17
* Fix tsk->exit_state usageEugene Teo2007-10-191-2/+1
* proc: export a processes resource limits via /proc/pidNeil Horman2007-10-191-0/+75
* fs/select, remove unused macrosJiri Slaby2007-10-191-5/+0
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-192-3/+3
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-4/+2
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-197-46/+70
* pid namespaces: initialize the namespace's proc_mntPavel Emelyanov2007-10-192-0/+20
* pid namespaces: make proc_flush_task() actually from entries from multiple na...Pavel Emelyanov2007-10-191-2/+16
* pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov2007-10-192-5/+64
* pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-191-1/+1
* pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov2007-10-191-7/+20
* pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov2007-10-192-4/+4
* fs/super.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-11/+11
* fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-10/+17
* pid namespaces: use task_pid() to find leader's pidSukadev Bhattiprolu2007-10-191-1/+1
* pid namespaces: rename child_reaper() functionSukadev Bhattiprolu2007-10-191-1/+1
* pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2007-10-192-2/+3
* pid namespaces: round up the APIPavel Emelianov2007-10-199-19/+19
* 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