summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-09-1229-2426/+1587
|\
| * CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-096-17/+71
| * CIFS: Add create lease v2 context for SMB3Pavel Shilovsky2013-09-092-13/+73
| * CIFS: Move parsing lease buffer to ops structPavel Shilovsky2013-09-093-17/+25
| * CIFS: Move creating lease buffer to ops structPavel Shilovsky2013-09-093-45/+58
| * CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-0910-62/+174
| * CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-089-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: 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: Move and expand MAX_SERVER_SIZE definitionScott Lovenberg2013-09-081-2/+1
| * cifs: Move string length definitions to uapiScott Lovenberg2013-09-083-16/+13
| * 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-084-2002/+0
| * cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-081-0/+2
* | Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-111-10/+6
|\ \
| * | ecryptfs: avoid ctx initialization raceKees Cook2013-09-061-6/+6
| * | ecryptfs: remove check for if an array is NULLDan Carpenter2013-09-061-4/+0
* | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-1151-333/+874
|\ \ \
| * | | initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-112-32/+2
| * | | initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley2013-09-111-6/+19
| * | | initmpfs: replace MS_NOUSER in initramfsRob Landley2013-09-111-1/+6
| * | | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-1/+1
| * | | affs: use loff_t in affs_truncate()Dan Carpenter2013-09-111-1/+1
| * | | vmcore: enable /proc/vmcore mmap for s390Michael Holzheu2013-09-111-1/+1
| * | | vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2013-09-111-8/+83
| * | | vmcore: introduce ELF header in new memory featureMichael Holzheu2013-09-111-10/+51
| * | | exec: cleanup the error handling in search_binary_handler()Oleg Nesterov2013-09-111-8/+3
| * | | exec: don't retry if request_module() failsOleg Nesterov2013-09-111-1/+2
| * | | exec: cleanup the CONFIG_MODULES logicOleg Nesterov2013-09-111-37/+31
| * | | exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov2013-09-111-4/+3
| * | | exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov2013-09-111-4/+6
| * | | exec: proc_exec_connector() should be called only onceOleg Nesterov2013-09-111-1/+1
| * | | exec: kill "int depth" in search_binary_handler()Oleg Nesterov2013-09-111-5/+4
| * | | exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov2013-09-111-14/+22
| * | | proc: make proc_fd_permission() thread-friendlyOleg Nesterov2013-09-111-1/+1
| * | | fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang2013-09-111-1/+3
| * | | fs/file_table.c:fput(): make comment more truthfulAndrew Morton2013-09-111-2/+1
| * | | coredump: add new %P variable in core_patternStéphane Graber2013-09-111-0/+5
| * | | hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko2013-09-116-26/+99
| * | | hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko2013-09-111-0/+274
| * | | hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko2013-09-113-0/+49