summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu
2016-10-13Expose cifs module parameters in sysfsGermano Percossi
2016-10-13Cleanup missing frees on some ioctlsSteve French
2016-10-13Enable previous version supportSteve French
2016-10-13Do not send SMB3 SET_INFO request if nothing is changingSteve French
2016-10-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2016-10-13pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington
2016-10-12fscrypto: make XTS tweak initialization endian-independentEric Biggers
2016-10-12ext4: do not advertise encryption support when disabledEric Biggers
2016-10-12jbd2: fix incorrect unlock on j_list_lockTaesoo Kim
2016-10-12ext4: super.c: Update logging style using KERN_CONTJoe Perches
2016-10-12f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French
2016-10-12fs/cifs: reopen persistent handles on reconnectSteve French
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French
2016-10-12Fix regression which breaks DFS mountingSachin Prabhu
2016-10-12fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French
2016-10-12Set previous session id correctly on SMB3 reconnectSteve French
2016-10-12cifs: Limit the overall credit acquiredRoss Lagerwall
2016-10-12Display number of credits availableSteve French
2016-10-12Add way to query creation time of file via cifs xattrSteve French
2016-10-12Add way to query file attributes via cifs xattrSteve French
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-10-11pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)
2016-10-11pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)
2016-10-11pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)
2016-10-11pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)
2016-10-11pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)
2016-10-11pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi
2016-10-11autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi
2016-10-11autofs: fix print format for ioctl warning messageTomohiro Kusumi
2016-10-11autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent
2016-10-11autofs: fix dev ioctl number range checkIan Kent
2016-10-11autofs: fix pr_debug() messageTomohiro Kusumi
2016-10-11autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi
2016-10-11autofs: remove obsolete sb fieldsTomohiro Kusumi
2016-10-11autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi
2016-10-11autofs: remove ino free in autofs4_dir_symlink()Ian Kent
2016-10-11autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi
2016-10-11autofs: fix autofs4_fill_super() error exit handlingIan Kent
2016-10-11autofs: test autofs versions first on sb initializationTomohiro Kusumi
2016-10-11autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi