summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-14ovl: use vfs_get_link()Miklos Szeredi
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi
2016-10-14ovl: use generic_readlinkMiklos Szeredi
2016-10-14ovl: explain error values when removing acl from workdirMiklos Szeredi
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky
2016-10-13CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky
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-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)