aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2016-12-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-11-30isofs: add KERN_CONT to printing of ER recordsMike Rapoport1-2/+2
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi1-3/+3
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan1-2/+2
2016-11-28Call echo service immediately after socket reconnectSachin Prabhu1-7/+18
2016-11-28CIFS: Fix BUG() in calc_seckey()Sachin Prabhu1-3/+8
2016-11-26fix default_file_splice_read()Al Viro1-1/+2
2016-11-23Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-13/+35
2016-11-22NFSv4.x: hide array-bounds warningArnd Bergmann1-1/+1
2016-11-21NFSv4.1: Keep a reference on lock states while checkingBenjamin Coddington1-3/+15
2016-11-19Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-36/+51
2016-11-19ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-11-19fscrypto: don't use on-stack buffer for key derivationEric Biggers1-3/+13
2016-11-19fscrypto: don't use on-stack buffer for filename encryptionEric Biggers1-32/+21
2016-11-18NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington1-0/+1
2016-11-18NFSv4: Don't call close if the open stateid has already been clearedTrond Myklebust1-1/+2
2016-11-18NFSv4: Fix CLOSE races with OPENTrond Myklebust2-6/+13
2016-11-18NFSv4.1: Fix a regression in DELEGRETURNTrond Myklebust1-2/+3
2016-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+14
2016-11-17Merge tag 'for-linus-4.9-rc5-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher1-8/+14
2016-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-1/+14
2016-11-16orangefs: add .owner to debugfs file_operationsMike Marshall1-0/+2
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi1-0/+6
2016-11-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+4
2016-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-105/+109
2016-11-11Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+0
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-7/+12
2016-11-11Merge tag 'xfs-fixes-for-linus-4.9-rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-12/+5
2016-11-11coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2016-11-11ocfs2: fix not enough credit panicJunxiao Bi1-1/+1
2016-11-10splice: remove detritus from generic_file_splice_read()Al Viro1-5/+0
2016-11-10ceph: use default file splice read callbackYan, Zheng1-1/+0
2016-11-09Merge tag 'for-linus-4.9-rc4-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-85/+68
2016-11-07fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()Shuah Khan1-1/+1
2016-11-07NFS: Don't print a pNFS error if we aren't using pNFSAnna Schumaker1-0/+2
2016-11-07NFS: Ignore connections that have cl_rpcclient uninitializedPetr Vandrovec1-1/+2
2016-11-07orangefs: clean up debugfsMike Marshall2-85/+68
2016-11-04Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-19/+24
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds5-9/+29
2016-11-04Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+17
2016-11-01nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever1-6/+4
2016-10-31ovl: fsync after copy-upMiklos Szeredi1-0/+2
2016-10-31ovl: fix get_acl() on tmpfsMiklos Szeredi1-3/+0
2016-10-31ovl: update S_ISGID when setting posix ACLsMiklos Szeredi1-0/+15
2016-10-30aio: fix freeze protection of aio writesJan Kara1-1/+18
2016-10-30fs: remove aio_run_iocbChristoph Hellwig1-88/+94
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig2-16/+0
2016-10-30aio: hold an extra file reference over AIO read/write operationsChristoph Hellwig1-0/+2
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-8/+7
2016-10-29Merge tag 'upstream-4.9-rc3' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+8
2016-10-29Merge tag 'driver-core-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+64
2016-10-28ubifs: Fix regression in ubifs_readdir()Richard Weinberger1-0/+8
2016-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+4
2016-10-27fs: exofs: print a hex number after a 0x prefixUwe Kleine-König1-1/+1
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu1-0/+3
2016-10-27Merge tag 'for-linus-4.9-rc2-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+21
2016-10-27Merge tag 'xfs-fixes-for-linus-4.9-rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds16-639/+629
2016-10-27btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-10-27kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck1-0/+1
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds1-10/+8
2016-10-24nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2-13/+20
2016-10-24orangefs: don't use d_timeMiklos Szeredi3-6/+14
2016-10-24orangefs: user file_inode() where it is dueAmir Goldstein1-7/+7
2016-10-24NFSv4.1: work around -Wmaybe-uninitialized warningArnd Bergmann1-4/+6
2016-10-24btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang1-0/+3
2016-10-24Btrfs: remove some no-op castsDan Carpenter1-4/+4
2016-10-24btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang1-2/+2
2016-10-24btrfs: make file clone aware of fatal signalsWang Xiaoguang1-0/+5
2016-10-24btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues1-2/+7
2016-10-24NFS: Trim extra slash in v4 nfs_pathBenjamin Coddington1-1/+1
2016-10-24xfs: defer should abort intent items if the trans roll failsDarrick J. Wong1-12/+5
2016-10-24xfs: clear cowblocks tag when cow fork is emptiedBrian Foster1-1/+5
2016-10-24xfs: fix up inode cowblocks tracking tracepointsBrian Foster1-4/+4
2016-10-24fs: Do to trim high file position bits in iomap_page_mkwrite_actorJan Kara1-2/+1
2016-10-23Merge tag 'upstream-4.9-rc2' of git://git.infradead.org/linux-ubifsLinus Torvalds2-11/+11
2016-10-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-50/+56
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-41/+25
2016-10-21Merge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+3
2016-10-20Merge tag 'ceph-for-4.9-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds4-4/+8
2016-10-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-6/+9
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski2-37/+20
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski1-4/+5
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig2-23/+0
2016-10-20xfs: optimize xfs_reflink_end_cowChristoph Hellwig2-64/+56
2016-10-20xfs: optimize xfs_reflink_cancel_cow_blocksChristoph Hellwig1-28/+23
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig3-159/+225
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig4-105/+100
2016-10-20xfs: don't bother looking at the refcount tree for readsChristoph Hellwig1-5/+8
2016-10-20xfs: handle "raw" delayed extents xfs_reflink_trim_around_sharedChristoph Hellwig1-1/+2
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong2-0/+35
2016-10-20iomap: add IOMAP_REPORTChristoph Hellwig1-1/+1
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig3-174/+143
2016-10-20xfs: remove xfs_file_wait_for_ioChristoph Hellwig1-29/+10
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig2-36/+41
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig1-1/+1
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig1-3/+0
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks3-2/+14
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong1-0/+1
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen1-3/+0
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig1-68/+30
2016-10-20xfs: add some 'static' annotationsEric Biggers2-3/+3
2016-10-20xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()Geert Uytterhoeven1-1/+1
2016-10-20xfs: remove redundant assignment of ifpColin Ian King1-1/+1
2016-10-20ubifs: Abort readdir upon errorRichard Weinberger1-5/+3
2016-10-20ubifs: Fix xattr_names length in exit pathsRichard Weinberger1-0/+2
2016-10-20ubifs: Rename ubifs_rename2Richard Weinberger1-6/+6
2016-10-19nfs4: fix missing-braces warningArnd Bergmann1-1/+1
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds2-8/+20
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-6/+13
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+7
2016-10-18Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2016-10-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+6
2016-10-18Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-0/+58
2016-10-18fuse: fix root dentry initializationMiklos Szeredi3-1/+8
2016-10-18ceph: fix non static symbol warningWei Yongjun1-2/+2
2016-10-18locking, fs/locks: Add missing file_sem locksPeter Zijlstra1-0/+6
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven1-0/+2
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng1-1/+2
2016-10-18ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-3/+4
2016-10-18isofs: Do not return EACCES for unknown filesystemsJan Kara1-3/+5
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao1-2/+2
2016-10-17Btrfs: kill BUG_ON in do_relocationLiu Bo1-1/+8
2016-10-15ceph: fix error handling in ceph_read_iterNikolay Borisov1-1/+2
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds8-283/+244
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches4-31/+26
2016-10-15fscrypto: lock inode while setting encryption policyEric Biggers1-0/+4
2016-10-15ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers1-1/+1
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-20/+63
2016-10-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-296/+824
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-156/+261
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-93/+81
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal1-5/+6
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum1-0/+29
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French1-0/+123
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French4-1/+11
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-70/+20
2016-10-14Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller4-8/+7
2016-10-14ovl: use vfs_get_link()Miklos Szeredi2-49/+7
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi1-0/+25
2016-10-14ovl: use generic_readlinkMiklos Szeredi1-20/+1
2016-10-14ovl: explain error values when removing acl from workdirMiklos Szeredi1-0/+13
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds25-476/+1331
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-53/+517
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds73-308/+10557
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky1-0/+9
2016-10-13CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2-5/+18
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu1-199/+162
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu1-46/+230
2016-10-13Expose cifs module parameters in sysfsGermano Percossi1-3/+3
2016-10-13Cleanup missing frees on some ioctlsSteve French1-5/+4
2016-10-13Enable previous version supportSteve French4-2/+72
2016-10-13Do not send SMB3 SET_INFO request if nothing is changingSteve French1-0/+6
2016-10-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+2
2016-10-13pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington1-1/+2
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells3-6/+5
2016-10-13afs: unmapping the wrong bufferDan Carpenter1-2/+2
2016-10-12fscrypto: make XTS tweak initialization endian-independentEric Biggers1-7/+8
2016-10-12ext4: do not advertise encryption support when disabledEric Biggers1-0/+4
2016-10-12jbd2: fix incorrect unlock on j_list_lockTaesoo Kim1-1/+2
2016-10-12ext4: super.c: Update logging style using KERN_CONTJoe Perches1-10/+11
2016-10-12f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim1-5/+5
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason7-156/+261
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French5-16/+37
2016-10-12fs/cifs: reopen persistent handles on reconnectSteve French3-0/+25
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French7-63/+75
2016-10-12Fix regression which breaks DFS mountingSachin Prabhu1-6/+8
2016-10-12fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel1-0/+1
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French4-4/+4
2016-10-12Set previous session id correctly on SMB3 reconnectSteve French2-1/+6
2016-10-12cifs: Limit the overall credit acquiredRoss Lagerwall2-1/+27
2016-10-12Display number of credits availableSteve French1-0/+1
2016-10-12Add way to query creation time of file via cifs xattrSteve French1-1/+27
2016-10-12Add way to query file attributes via cifs xattrSteve French1-1/+33
2016-10-12Btrfs: fix incremental send failure caused by balanceFilipe Manana1-0/+58
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-159/+259
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko6-10/+8
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-2/+0
2016-10-11pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)1-0/+3
2016-10-11pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)1-18/+18
2016-10-11pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)1-7/+13
2016-10-11pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)1-22/+23
2016-10-11pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)1-10/+31
2016-10-11pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)1-5/+5
2016-10-11pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)1-23/+18
2016-10-11pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)1-12/+12
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi1-33/+16
2016-10-11autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi1-2/+0
2016-10-11autofs: fix print format for ioctl warning messageTomohiro Kusumi1-1/+1
2016-10-11autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent1-8/+17
2016-10-11autofs: fix dev ioctl number range checkIan Kent2-2/+3
2016-10-11autofs: fix pr_debug() messageTomohiro Kusumi1-1/+1
2016-10-11autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi1-1/+2
2016-10-11autofs: remove obsolete sb fieldsTomohiro Kusumi1-2/+0