summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-09-1232-424/+1677
|\
| * CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-106-17/+71
| * CIFS: Add create lease v2 context for SMB3Pavel Shilovsky2013-09-102-13/+73
| * CIFS: Move parsing lease buffer to ops structPavel Shilovsky2013-09-103-17/+25
| * CIFS: Move creating lease buffer to ops structPavel Shilovsky2013-09-103-45/+58
| * CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-1010-62/+174
| * CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-099-61/+64
| * [CIFS] quiet sparse compile warningSteve French2013-09-081-0/+2
| * cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar2013-09-084-24/+67
| * cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar2013-09-083-2/+8
| * cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar2013-09-084-29/+70
| * CIFS: convert to use le32_add_cpu()Wei Yongjun2013-09-081-6/+2
| * CIFS: Fix missing lease breakPavel Shilovsky2013-09-081-69/+80
| * CIFS: Fix a memory leak when a lease break comesPavel Shilovsky2013-09-081-0/+1
| * cifs: add winucase_convert.pl to Documentation/ directoryJeff Layton2013-09-081-0/+62
| * cifs: convert case-insensitive dentry ops to use new case conversion routinesJeff Layton2013-09-081-8/+50
| * cifs: add new case-insensitive conversion routines that are based on wchar_t'sJeff Layton2013-09-083-1/+664
| * [CIFS] Add Scott to list of cifs contributorsSteve French2013-09-081-0/+1
| * cifs: Move and expand MAX_SERVER_SIZE definitionScott Lovenberg2013-09-082-2/+2
| * cifs: Expand max share name length to 256Scott Lovenberg2013-09-081-1/+2
| * cifs: Move string length definitions to uapiScott Lovenberg2013-09-084-16/+38
| * CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky2013-09-084-71/+92
| * CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-0811-29/+103
| * cifs: display iocharset= option in /proc/mountsJeff Layton2013-09-081-0/+15
| * cifs: create a new Documentation/ directory and move docfiles into itJeff Layton2013-09-085-0/+0
| * cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-081-0/+2
* | ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-124-5/+5
* | Bye, bye, WfW flagLinus Torvalds2013-09-122-881/+1602
* | Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-121-10/+6
|\ \
| * | ecryptfs: avoid ctx initialization raceKees Cook2013-09-071-6/+6
| * | ecryptfs: remove check for if an array is NULLDan Carpenter2013-09-071-4/+0
* | | Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2013-09-121-2/+0
|\ \ \
| * | | drivers: of: fix build break if asm/dma-contiguous.h is missingMarek Szyprowski2013-09-101-2/+0
* | | | Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds2013-09-122-0/+44
|\ \ \ \
| * | | | dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers2013-09-102-0/+41
| * | | | dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen2013-09-101-1/+4
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-12247-2889/+8796
|\ \ \ \
| * | | | lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2013-09-122-8/+8
| * | | | ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-122-17/+0
| * | | | ipc, shm: drop shm_lock_checkDavidlohr Bueso2013-09-121-11/+0
| * | | | ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-123-9/+6
| * | | | ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso2013-09-121-2/+1
| * | | | ipc: document general ipc locking schemeDavidlohr Bueso2013-09-121-0/+8
| * | | | ipc,msg: drop msg_unlockDavidlohr Bueso2013-09-121-3/+2
| * | | | ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-127-69/+69
| * | | | ipc,shm: shorten critical region for shmatDavidlohr Bueso2013-09-121-4/+10
| * | | | ipc,shm: cleanup do_shmat pastaDavidlohr Bueso2013-09-121-14/+12
| * | | | ipc,shm: shorten critical region for shmctlDavidlohr Bueso2013-09-121-24/+25
| * | | | ipc,shm: make shmctl_nolock locklessDavidlohr Bueso2013-09-121-7/+12
| * | | | ipc,shm: introduce shmctl_nolockDavidlohr Bueso2013-09-121-18/+39