summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | nfsd: add proc file listing kernel's gss_krb5 enctypesKevin Coffman2011-03-071-1/+30
| * | | | | | | NFSD, VFS: Remove dead code in nfsd_rename()Jesper Juhl2011-03-071-2/+0
| * | | | | | | nfsd: kill unused macro definitionShan Wei2011-03-073-3/+1
| * | | | | | | locks: use assign_type()Namhyung Kim2011-03-071-11/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-03-2411-35/+126
|\ \ \ \ \ \ \
| * | | | | | | Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher2011-03-221-3/+3
| * | | | | | | Squashfs: handle corruption of directory structurePhillip Lougher2011-03-162-0/+21
| * | | | | | | Squashfs: wrap squashfs_mount() definitionPhillip Lougher2011-02-281-2/+2
| * | | | | | | Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher2011-02-281-1/+0
| * | | | | | | Squashfs: Update Kconfig help text to include xz compressionPhillip Lougher2011-02-281-6/+6
| * | | | | | | Squashfs: add compression options support to xz decompressorPhillip Lougher2011-02-281-8/+41
| * | | | | | | Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-288-16/+54
* | | | | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-03-246-64/+250
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | exofs: deprecate the commands pending counterBoaz Harrosh2011-03-151-0/+4
| * | | | | | | exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh2011-03-155-31/+141
| * | | | | | | exofs: Add option to mount by osdnameBoaz Harrosh2011-03-151-4/+27
| * | | | | | | exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com2011-03-153-4/+35
| * | | | | | | exofs: simple fsync race fixNick Piggin2011-03-152-6/+2
| * | | | | | | exofs: Optimize read_4_writeBoaz Harrosh2011-03-151-3/+22
| * | | | | | | exofs: Trivial: fix some indentation and debug printsBoaz Harrosh2011-03-151-15/+18
| * | | | | | | exofs: Remove redundant unlikely()Tobias Klauser2011-03-151-1/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-235-81/+138
|\ \ \ \ \ \ \ \
| * | | | | | | | deal with races in /proc/*/{syscall,stack,personality}Al Viro2011-03-231-19/+50
| * | | | | | | | proc: enable writing to /proc/pid/memStephen Wilson2011-03-231-5/+0
| * | | | | | | | proc: make check_mem_permission() return an mm_struct on successStephen Wilson2011-03-231-24/+34
| * | | | | | | | proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson2011-03-231-4/+22
| * | | | | | | | proc: disable mem_write after execStephen Wilson2011-03-231-0/+4
| * | | | | | | | mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-232-4/+6
| * | | | | | | | auxv: require the target to be tracable (or yourself)Al Viro2011-03-231-3/+3
| * | | | | | | | close race in /proc/*/environAl Viro2011-03-231-6/+4
| * | | | | | | | report errors in /proc/*/*map* sanelyAl Viro2011-03-233-11/+13
| * | | | | | | | pagemap: close races with suid execveAl Viro2011-03-232-7/+4
| * | | | | | | | make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro2011-03-231-1/+1
| * | | | | | | | fix leaks in path_lookupat()Al Viro2011-03-231-2/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-2328-42/+45
* | | | | | | | userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn2011-03-232-5/+33
* | | | | | | | procfs: kill the global proc_mnt variableOleg Nesterov2011-03-233-6/+4
* | | | | | | | pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-231-18/+7
* | | | | | | | sysctl: add some missing input constraint checksPetr Holasek2011-03-231-1/+5
* | | | | | | | proc: protect mm start_code/end_code in /proc/pid/statKees Cook2011-03-231-2/+2
* | | | | | | | proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-231-4/+4
* | | | | | | | procfs: fix some wrong error code usageJovi Zhang2011-03-231-2/+5
* | | | | | | | procfs: fix /proc/<pid>/maps heap checkAaro Koskinen2011-03-231-2/+2
* | | | | | | | proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov2011-03-231-1/+1
* | | | | | | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-232-0/+82
* | | | | | | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-0/+6
* | | | | | | | ufs: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* | | | | | | | udf: use little-endian bitopsAkinobu Mita2011-03-231-5/+4
* | | | | | | | nilfs2: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* | | | | | | | ocfs2: use little-endian bitopsAkinobu Mita2011-03-231-5/+5
OpenPOWER on IntegriCloud