ipc: fix wrong comments
[safe/jmp/linux-2.6] / fs /
2007-10-19 Pavel EmelyanovUse task_pid_nr() instead of pid_nr(task_pid())
2007-10-19 Pavel EmelyanovRemove unused variables from fs/proc/base.c
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Eugene TeoFix tsk->exit_state usage
2007-10-19 Neil Hormanproc: export a processes resource limits via /proc/pid
2007-10-19 Jiri Slabyfs/select, remove unused macros
2007-10-19 Pavel EmelyanovIsolate some explicit usage of task->tgid
2007-10-19 Pavel EmelyanovUninline find_task_by_xxx set of functions
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Pavel Emelyanovpid namespaces: initialize the namespace's proc_mnt
2007-10-19 Pavel Emelyanovpid namespaces: make proc_flush_task() actually from...
2007-10-19 Pavel Emelyanovpid namespaces: make proc have multiple superblocks...
2007-10-19 Pavel Emelyanovpid namespaces: helpers to find the task by its numeric...
2007-10-19 Pavel Emelyanovpid namespaces: prepare proc_flust_task() to flush...
2007-10-19 Pavel Emelyanovpid namespaces: introduce MS_KERNMOUNT flag
2007-10-19 Matthias Kaehlckefs/super.c: use list_for_each_entry() instead of list_f...
2007-10-19 Matthias Kaehlckefs/eventpoll.c: use list_for_each_entry() instead of...
2007-10-19 Matthias Kaehlckefs/file_table.c: use list_for_each_entry() instead...
2007-10-19 Pavel EmelyanovMake access to task's nsproxy lighter
2007-10-19 Sukadev Bhattiprolupid namespaces: use task_pid() to find leader's pid
2007-10-19 Sukadev Bhattiprolupid namespaces: rename child_reaper() function
2007-10-19 Sukadev Bhattiprolupid namespaces: define and use task_active_pid_ns(...
2007-10-19 Pavel Emelianovpid namespaces: round up the API
2007-10-19 Paul MenageTask Control Groups: make cpusets a client of cgroups
2007-10-19 Paul MenageTask Control Groups: add procfs interface
2007-10-19 Jeff Mahoneyreiserfs: ignore on disk s_bmap_nr value
2007-10-19 Jeff Mahoneyreiserfs: remove first_zero_hint
2007-10-19 Jeff Mahoneyreiserfs: fix usage of signed ints for block numbers
2007-10-19 Jeff Mahoneyreiserfs: fix memset byte count during resize
2007-10-19 Jeff Mahoneyreiserfs: use is_reusable to catch corruption
2007-10-19 Jeff Mahoneyreiserfs: dont use BUG when panicking
2007-10-19 Jeff Mahoneyreiserfs: fix up lockdep warnings
2007-10-19 Jose R. SantosJBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
2007-10-19 Jan Karajbd: fix commit code to properly abort journal
2007-10-19 Jose R. Santosjbd: config_jbd_debug cannot create /proc entry
2007-10-19 Mingming CaoJBD/ext3 cleanups: convert to kzalloc
2007-10-19 Coly Lisetup vma->vm_page_prot by vm_get_page_prot()
2007-10-19 Miklos Szerediput declaration of put_filesystem() in fs.h
2007-10-18 Stephen Hemmingersparse pointer use of zero as null
2007-10-18 Miklos Szeredifuse: add blksize field to fuse_attr
2007-10-18 Miklos Szeredifuse: add support for mandatory locking
2007-10-18 Miklos Szeredifuse: add helper for asynchronous writes
2007-10-18 Miklos Szeredifuse: add list of writable files to fuse_inode
2007-10-18 Miklos Szeredifuse: support BSD locking semantics
2007-10-18 Miklos Szeredifuse: add atomic open+truncate support
2007-10-18 Miklos Szeredifuse: improve utimes support
2007-10-18 Miklos SzerediVFS: allow filesystems to implement atomic open+truncate
2007-10-18 Miklos Szeredifuse: clean up open file passing in setattr
2007-10-18 Miklos Szeredifuse: add file handle to getattr operation
2007-10-18 Miklos Szeredifuse: fix race between getattr and write
2007-10-18 Miklos Szeredifuse: fix allowing operations
2007-10-18 Eric Sandeenext3: fix setup_new_group_blocks locking
2007-10-18 Takashi Satoext3: support large blocksize up to PAGESIZE
2007-10-18 Andi Drebesfs/cramfs/inode.c: replace hardcoded value with preproc...
2007-10-18 Andi Drebesfs/cramfs/inode.c: remove unused variable
2007-10-18 Jeff LaytonCIFS: ignore mode change if it's just for clearing...
2007-10-18 Jeff LaytonNFS: if ATTR_KILL_S*ID bits are set, then skip mode...
2007-10-18 Jeff LaytonVFS: make notify_change pass ATTR_KILL_S*ID to setattr...
2007-10-18 Jeff Laytonreiserfs: turn of ATTR_KILL_S*ID at beginning of reiser...
2007-10-18 Jeff Laytonknfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being...
2007-10-18 Jeff Laytonecryptfs: allow lower fs to interpret ATTR_KILL_S*ID
2007-10-18 Alexey DobriyanRemove struct task_struct::io_wait
2007-10-17 Eric Sandeenext4: lighten up resize transaction requirements
2007-10-17 Eric Sandeenext4: fix setup_new_group_blocks locking
2007-10-17 Aneesh Kumar K.Vext4: sparse fixes
2007-10-17 Aneesh Kumar K.Vext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_id...
2007-10-17 Aneesh Kumar K.Vext4: Convert ext4_extent.ee_start to ext4_extent.ee_st...
2007-10-17 Aneesh Kumar K.Vext4: Convert s_r_blocks_count and s_free_blocks_count
2007-10-17 Aneesh Kumar K.Vext4: Convert s_blocks_count to s_blocks_count_lo
2007-10-17 Aneesh Kumar K.Vext4: Convert bg_inode_bitmap and bg_inode_table
2007-10-17 Aneesh Kumar K.Vext4: Convert bg_block_bitmap to bg_block_bitmap_lo
2007-10-17 Jose R. Santosext4: FLEX_BG Kernel support v2.
2007-10-17 Aneesh Kumar K.Vext4: Fix sparse warnings
2007-10-17 Andreas DilgerExt4: Uninitialized Block Groups
2007-10-17 Eric Sandeenext4: remove #ifdef CONFIG_EXT4_INDEX
2007-10-17 Coly Liext4: Remove (partial, never completed) fragment support
2007-10-17 Jose R. SantosJBD2: debug code cleanup.
2007-10-17 Jan Karajbd2: fix commit code to properly abort journal
2007-10-17 Mingming Caojbd2: JBD_XXX to JBD2_XXX naming cleanup
2007-10-17 Mingming CaoJBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
2007-10-17 Mingming CaoJBD2: replace jbd_kmalloc with kmalloc directly.
2007-10-17 Mingming CaoJBD: replace jbd_kmalloc with kmalloc directly
2007-10-17 Mingming CaoJBD2: jbd2 slab allocation cleanups
2007-10-17 Mingming CaoJBD: JBD slab allocation cleanups
2007-10-17 Eric Van Hensbergen9p: fix bad kconfig cross-dependency
2007-10-17 Eric Van Hensbergen9p: soften invalidation in loose_mode
2007-10-17 Latchesar Ionkov9p: attach-per-user
2007-10-17 Latchesar Ionkov9p: rename uid and gid parameters
2007-10-17 Latchesar Ionkov9p: define session flags
2007-10-17 Eric Van Hensbergen9p: Make transports dynamic
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-17 Adrian Bunksecurity/ cleanups
2007-10-17 Serge E. HallynImplement file posix capabilities
2007-10-17 Dave Hansenr/o bind mounts: create cleanup helper svc_msnfs()
2007-10-17 Dave Hansenr/o bind mounts: give permission() a local 'mnt' variable
2007-10-17 Dave Hansenr/o bind mounts: rearrange may_open() to be r/o friendly
2007-10-17 Dave Hansenr/o bind mounts: filesystem helpers for custom 'struct...
2007-10-17 Miklos Szeredifuse: clean up execute permission checking
2007-10-17 Miklos Szeredifuse: no ENOENT from fuse device read
2007-10-17 Miklos Szeredifuse: no abort on interrupt
next