summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * fs: befs: check silent flag before logging errorLuis de Bethencourt2016-10-081-1/+2
| * fs: befs: replace befs_bread by sb_breadSalah Triki2016-10-084-30/+4
| * befs: remove unused functionsLuis de Bethencourt2016-10-081-12/+0
| * befs: fix function name in documentationLuis de Bethencourt2016-10-081-1/+1
| * befs: check return of sb_min_blocksizeLuis de Bethencourt2016-10-081-1/+6
| * fs: befs: remove useless pr_err in befs_init_inodecache()Salah Triki2016-10-081-4/+2
| * fs/befs/linuxvfs.c: remove useless befs_errorSalah Triki2016-10-081-2/+0
| * fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()Salah Triki2016-10-081-4/+2
| * fs/befs/linuxvfs.c: check silent flag before logging errorsSalah Triki2016-10-081-6/+9
| * fs/befs/linuxvfs.c: move useless assignmentSalah Triki2016-10-081-1/+1
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-0/+1
|\ \
| * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-143-20/+63
|\ \
| * | fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov2016-10-141-12/+25
| * | fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov2016-10-141-3/+3
| * | overlayfs: Fix setting IOP_XATTR flagVivek Goyal2016-10-141-5/+6
| * | iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2016-10-141-0/+29
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-10-1419-296/+824
|\ \ \
| * | | CIFS: Retrieve uid and gid from special sid if enabledSteve French2016-10-141-0/+123
| * | | CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French2016-10-144-1/+11
| * | | CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky2016-10-131-0/+9
| * | | CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2016-10-132-5/+18
| * | | SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu2016-10-131-199/+162
| * | | SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu2016-10-131-46/+230
| * | | Expose cifs module parameters in sysfsGermano Percossi2016-10-131-3/+3
| * | | Cleanup missing frees on some ioctlsSteve French2016-10-131-5/+4
| * | | Enable previous version supportSteve French2016-10-134-2/+72
| * | | Do not send SMB3 SET_INFO request if nothing is changingSteve French2016-10-131-0/+6
| * | | SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-125-16/+37
| * | | fs/cifs: reopen persistent handles on reconnectSteve French2016-10-123-0/+25
| * | | Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-127-63/+75
| * | | Fix regression which breaks DFS mountingSachin Prabhu2016-10-121-6/+8
| * | | fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel2016-10-121-0/+1
| * | | SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-124-4/+4
| * | | Set previous session id correctly on SMB3 reconnectSteve French2016-10-122-1/+6
| * | | cifs: Limit the overall credit acquiredRoss Lagerwall2016-10-122-1/+27
| * | | Display number of credits availableSteve French2016-10-121-0/+1
| * | | Add way to query creation time of file via cifs xattrSteve French2016-10-121-1/+27
| * | | Add way to query file attributes via cifs xattrSteve French2016-10-121-1/+33
* | | | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-147-156/+261
|\ \ \ \
| * \ \ \ Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-127-156/+261
| |\ \ \ \
| | * | | | btrfs: tests: uninline member definitions in free_space_extentDavid Sterba2016-10-031-1/+2
| | * | | | btrfs: tests: constify free space extent specsDavid Sterba2016-10-031-11/+11
| | * | | | Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval2016-10-031-68/+96
| | * | | | Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval2016-10-031-36/+51
| | * | | | Btrfs: catch invalid free space treesOmar Sandoval2016-10-033-1/+13
| | * | | | Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval2016-10-031-12/+12
| | * | | | Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval2016-10-033-27/+76
* | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-145-93/+81
|\ \ \ \ \ \
| * | | | | | ovl: use vfs_get_link()Miklos Szeredi2016-10-142-49/+7