summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Add SMB3.02 dialect supportSteve French2013-06-245-0/+30
* Fix endian error in SMB2 protocol negotiationSteve French2013-06-241-2/+2
* cifs: clean up the SecurityFlags write handlerJeff Layton2013-06-241-6/+14
* cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton2013-06-241-1/+1
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-247-180/+115Star
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-2410-82/+71Star
* add new fields to smb_vol to track the requested security flavorJeff Layton2013-06-242-0/+27
* cifs: add new fields to cifs_ses to track requested security flavorJeff Layton2013-06-243-4/+13
* cifs: track the flavor of the NEGOTIATE reponseJeff Layton2013-06-243-5/+16
* cifs: add new "Unspecified" securityEnum valueJeff Layton2013-06-241-2/+2
* cifs: factor out check for extended security bit into separate functionJeff Layton2013-06-241-9/+16
* cifs: move handling of signed connections into separate functionJeff Layton2013-06-243-62/+40Star
* cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton2013-06-241-88/+97
* cifs: break out decoding of security blob into separate functionJeff Layton2013-06-242-51/+62
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-244-29/+7Star
* cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-243-19/+16Star
* cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-241-11/+7Star
* cifs: remove useless memset in LANMAN auth codeJeff Layton2013-06-241-1/+0Star
* cifs: remove protocolEnum definitionJeff Layton2013-06-241-6/+0Star
* cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-242-1/+9
* fs: fix new splice.c kernel-doc warningRandy Dunlap2013-06-241-0/+1
* splice: don't pass the address of ->f_pos to methodsAl Viro2013-06-203-21/+40
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-153-20/+12Star
|\
| * use can_lookup() instead of direct checks of ->i_op->lookupAl Viro2013-06-151-2/+2
| * fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov2013-06-151-9/+10
| * ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-071-9/+0Star
* | Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-155-11/+42
|\ \
| * | xfs: don't shutdown log recovery on validation errorsDave Chinner2013-06-141-2/+17
| * | xfs: ensure btree root split sets blkno correctlyDave Chinner2013-06-141-0/+10
| * | xfs: fix implicit padding in directory and attr CRC formatsDave Chinner2013-06-142-2/+4
| * | xfs: don't emit v5 superblock warnings on writeDave Chinner2013-06-141-7/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-06-143-9/+13
|\ \ \
| * | | Btrfs: stop all workers before cleaning up rootsJosef Bacik2013-06-081-3/+3
| * | | Btrfs: fix use-after-free bug during umountLiu Bo2013-06-081-2/+2
| * | | Btrfs: init relocate extent_io_tree with a mappingJosef Bacik2013-06-081-4/+5
| * | | btrfs: Drop inode if inode root is NULLNaohiro Aota2013-06-081-0/+3
| * | | Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik2013-06-081-1/+1
* | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-06-134-27/+24Star
|\ \ \ \
| * | | | ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei2013-06-131-0/+1
| * | | | aio: fix io_destroy() regression by using call_rcu()Kent Overstreet2013-06-131-20/+16Star
| * | | | fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directoryGoldwyn Rodrigues2013-06-131-1/+1
| * | | | ocfs2: ocfs2_prep_new_orphaned_file() should return retXiaowei.Hu2013-06-131-1/+1
| * | | | kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-131-5/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-123-58/+89
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-173-61/+89
| * | | | ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2013-05-172-3/+6
* | | | | hpfs: fix warnings when the filesystem fills upMikulas Patocka2013-06-091-0/+4
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-06-091-0/+1
|\ \ \ \ \
| * | | | | posix-timers: Show clock ID in proc filePavel Tikhomirov2013-05-281-0/+1
* | | | | | Merge tag 'ecryptfs-3.10-rc5-msync' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-06-081-0/+6
|\ \ \ \ \ \