summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang
2013-09-11fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran
2013-09-11ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPCYounger Liu
2013-09-11ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei
2013-09-11ocfs2: use i_size_read() to access i_sizeJunxiao Bi
2013-09-11ocfs2: lighten up allocate transactionYounger Liu
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-09-11Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-09-11Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-10vfs: make sure we don't have a stale root path if unlazy_walk() failsLinus Torvalds
2013-09-10CIFS: Respect epoch value from create lease context v2Pavel Shilovsky
2013-09-10CIFS: Add create lease v2 context for SMB3Pavel Shilovsky
2013-09-10CIFS: Move parsing lease buffer to ops structPavel Shilovsky
2013-09-10CIFS: Move creating lease buffer to ops structPavel Shilovsky
2013-09-10CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky
2013-09-09split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson
2013-09-09dcache: Translating dentry into pathname without taking rename_lockWaiman Long
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-09-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2013-09-09autofs4 - fix device ioctl mount lookupIan Kent
2013-09-09vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds
2013-09-09introduce kern_path_mountpoint()Al Viro
2013-09-09rename user_path_umountat() to user_path_mountpoint_at()Al Viro
2013-09-09take unlazy_walk() into umount_lookup_last()Al Viro
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds
2013-09-08[CIFS] quiet sparse compile warningSteve French
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar
2013-09-08CIFS: convert to use le32_add_cpu()Wei Yongjun
2013-09-08CIFS: Fix missing lease breakPavel Shilovsky
2013-09-08CIFS: Fix a memory leak when a lease break comesPavel Shilovsky
2013-09-08cifs: convert case-insensitive dentry ops to use new case conversion routinesJeff Layton
2013-09-08cifs: add new case-insensitive conversion routines that are based on wchar_t'sJeff Layton
2013-09-08cifs: Move and expand MAX_SERVER_SIZE definitionScott Lovenberg
2013-09-08cifs: Move string length definitions to uapiScott Lovenberg
2013-09-08CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
2013-09-08cifs: display iocharset= option in /proc/mountsJeff Layton
2013-09-08cifs: create a new Documentation/ directory and move docfiles into itJeff Layton
2013-09-08cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton
2013-09-07prune_super(): sb->s_op is never NULLAl Viro