aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt9-9/+9
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day4-5/+5
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-1/+1
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds26-383/+961
2007-10-19Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds10-92/+44
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov1-1/+1
2007-10-19Remove unused variables from fs/proc/base.cPavel Emelyanov1-4/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov8-17/+17
2007-10-19Fix tsk->exit_state usageEugene Teo1-2/+1
2007-10-19proc: export a processes resource limits via /proc/pidNeil Horman1-0/+75
2007-10-19fs/select, remove unused macrosJiri Slaby1-5/+0
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov2-3/+3
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-4/+2
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov7-46/+70
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov2-0/+20
2007-10-19pid namespaces: make proc_flush_task() actually from entries from multiple namespacesPavel Emelyanov1-2/+16
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov2-5/+64
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov1-1/+1
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc treesPavel Emelyanov1-7/+20
2007-10-19pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov2-4/+4
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-19sched: fix guest time accounting going faster than user time accountingChristian Borntraeger1-1/+1
2007-10-19[XFS] cleanup fid types messChristoph Hellwig8-60/+33
2007-10-19[XFS] fixups after behavior removal merge into mainline gitChristoph Hellwig2-32/+11
2007-10-18[CIFS] log better errors on failed mountsSteve French6-26/+35
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