summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2011-05-272-25/+23
|\
| * eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks2011-05-271-25/+21
| * eCryptfs: Clear i_nlink in rmdirTyler Hicks2011-05-271-0/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-05-271-3/+5
|\ \
| * | block: fix oops on !disk->queue and sysfs discard alignment displayJens Axboe2011-05-261-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-05-2728-1044/+1571
|\ \ \
| * | | [CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French2011-05-271-2/+3
| * | | [CIFS] Rename three structures to avoid camel caseSteve French2011-05-2724-353/+353
| * | | Fix extended security auth failureSteve French2011-05-271-11/+6
| * | | CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-2710-39/+115
| * | | CIFS: Migrate to shared superblock modelPavel Shilovsky2011-05-273-1/+139
| * | | [CIFS] Migrate from prefixpath logicSteve French2011-05-277-148/+189
| * | | CIFS: Fix memory leak in cifs_do_mountPavel Shilovsky2011-05-271-9/+10
| * | | [CIFS] When mandatory encryption on share, fail mountSteve French2011-05-261-9/+22
| * | | CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-267-43/+96
| * | | cifs: add cifs_async_writevJeff Layton2011-05-252-0/+254
| * | | cifs: clean up wsize negotiation and allow for larger wsizeJeff Layton2011-05-251-20/+49
| * | | cifs: convert cifs_writepages to use async writesJeff Layton2011-05-251-142/+99
| * | | CIFS: Fix undefined behavior when mount failsPavel Shilovsky2011-05-251-27/+17
| * | | cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)Jeff Layton2011-05-243-24/+35
| * | | CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky2011-05-243-71/+114
| * | | CIFS: Simplify connection structure search callsPavel Shilovsky2011-05-231-34/+56
| * | | cifs: remove unused SMB2 config and mount optionsChristoph Hellwig2011-05-232-28/+0
| * | | cifs: add ignore_pend flag to cifs_call_asyncJeff Layton2011-05-233-4/+5
| * | | cifs: make cifs_send_async take a kvec arrayJeff Layton2011-05-233-10/+13
| * | | cifs: consolidate SendReceive response checksJeff Layton2011-05-233-118/+45
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2011-05-271-21/+20
|\ \ \ \
| * \ \ \ Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc...Joel Becker2011-05-271-21/+20
| |\ \ \ \
| | * | | | Ocfs2/move_extents: Validate moving goal after the adjustment.Tristan Ye2011-05-271-13/+13
| | * | | | Ocfs2/move_extents: Avoid doing division in extent moving.Tristan Ye2011-05-271-10/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-2622-150/+202
|\ \ \ \ \ \
| * | | | | | Squashfs: update email addressPhillip Lougher2011-05-2622-23/+23
| * | | | | | Squashfs: add extra sanity checks at mount timePhillip Lougher2011-05-251-2/+16
| * | | | | | Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher2011-05-253-4/+25
| * | | | | | Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher2011-05-253-4/+30
| * | | | | | Squashfs: add sanity checks to id reading at mount timePhillip Lougher2011-05-254-6/+37
| * | | | | | Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher2011-05-251-0/+11
| * | | | | | Squashfs: reverse order of filesystem table readingPhillip Lougher2011-05-251-34/+37
| * | | | | | Squashfs: move table allocation into squashfs_read_table()Phillip Lougher2011-05-257-98/+44
* | | | | | | fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns2011-05-261-0/+9
* | | | | | | fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering2011-05-261-3/+49
* | | | | | | proc: fix pagemap_read() error caseKOSAKI Motohiro2011-05-261-10/+9
* | | | | | | proc: put check_mem_permission after __get_free_page in mem_writeKOSAKI Motohiro2011-05-261-7/+9
* | | | | | | proc/stat: use defined macro KMALLOC_MAX_SIZEYuanhan Liu2011-05-261-3/+3
* | | | | | | proc: constify status arrayMike Frysinger2011-05-261-2/+2
* | | | | | | fs/proc: convert to kstrtoX()Alexey Dobriyan2011-05-262-11/+13
* | | | | | | coredump: add support for exe_file in core nameJiri Slaby2011-05-261-0/+38
* | | | | | | mm: extract exe_file handling from procfsJiri Slaby2011-05-262-52/+0
* | | | | | | memcg: add the pagefault count into memcg statsYing Han2011-05-261-0/+2
* | | | | | | ufs: fix truncated values handling 64 bit metadataDan Carpenter2011-05-262-5/+6
OpenPOWER on IntegriCloud