summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-03-241-3/+12
|\
| * pstore: cleanups to pstore_dump()Tony Luck2011-03-221-3/+12
* | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2011-03-246-18/+12
|\ \
| * | UBIFS: fix assertion warning and refine commentsArtem Bityutskiy2011-03-241-4/+7
| * | UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKSArtem Bityutskiy2011-03-241-9/+0
| * | UBIFS: use GFP_NOFS properlyArtem Bityutskiy2011-03-244-5/+5
* | | Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-03-249-106/+126
|\ \ \
| * | | nfsd: wrong index used in inner loopMi Jinlong2011-03-171-4/+1
| * | | Merge create_session decoding fix into for-2.6.39J. Bruce Fields2011-03-173-9/+10
| |\ \ \
| * | | | nfsd4: fix comment and remove unused nfsd4_file fieldsJ. Bruce Fields2011-03-171-8/+4
| * | | | nfs41: make sure nfs server return right ca_maxresponsesize_cachedMi Jinlong2011-03-161-1/+2
| * | | | nfsd: fix compile errorJ. Bruce Fields2011-03-141-0/+4
| * | | | nfsd4: fix struct file leakJ. Bruce Fields2011-03-081-11/+21
| * | | | nfsd4: minor nfs4state.c reshufflingJ. Bruce Fields2011-03-081-64/+61
| * | | | nfsd41: modify the members value of nfsd4_op_flagsMi Jinlong2011-03-071-2/+2
| * | | | 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
OpenPOWER on IntegriCloud