aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds1-10/+8
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-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-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-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-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-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-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
2016-10-11autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi1-1/+1
2016-10-11autofs: remove ino free in autofs4_dir_symlink()Ian Kent1-2/+0
2016-10-11autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi1-1/+2
2016-10-11autofs: fix autofs4_fill_super() error exit handlingIan Kent1-3/+3
2016-10-11autofs: test autofs versions first on sb initializationTomohiro Kusumi1-17/+17
2016-10-11autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi1-1/+1
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka1-3/+11
2016-10-11block: implement (some of) fallocate for block devicesDarrick J. Wong2-1/+79
2016-10-11ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua1-0/+3
2016-10-11Merge tag 'libnvdimm-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds43-1071/+1563
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds9-42/+411
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds158-381/+520
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro70-244/+483
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds65-545/+338
2016-10-11xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig1-2/+2
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-0/+1
2016-10-10Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-6/+2
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-53/+61
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason2-11/+15
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+5
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds103-448/+557
2016-10-10[btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro1-1/+1
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro2-10/+4
2016-10-10dlm: free workqueues after the connectionsMarcelo Ricardo Leitner1-6/+2
2016-10-10xfs: rework refcount cow recovery error handlingDarrick J. Wong1-11/+9
2016-10-10xfs: clear reflink flag if setting realtime flagDarrick J. Wong1-2/+2
2016-10-10xfs: fix error initializationDarrick J. Wong1-1/+1
2016-10-10xfs: fix label inaccuraciesDarrick J. Wong1-4/+4
2016-10-10xfs: remove isize check from unshare operationDarrick J. Wong1-12/+6
2016-10-10xfs: reduce stack usage of _reflink_clear_inode_flagDarrick J. Wong1-24/+16
2016-10-10xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong2-7/+9
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro71-220/+290
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro19-88/+139
2016-10-08Merge branch 'work.const-qstr' into work.miscAl Viro5-34/+34
2016-10-08Merge branch 'work.iget' into work.miscAl Viro1-7/+34
2016-10-08befs: befs: fix style issues in datastream.cLuis de Bethencourt1-15/+17
2016-10-08befs: improve documentation in datastream.cLuis de Bethencourt1-95/+98
2016-10-08befs: fix typos in datastream.cLuis de Bethencourt1-4/+4
2016-10-08befs: fix typos in btree.cLuis de Bethencourt1-4/+3
2016-10-08befs: fix style issues in super.cLuis de Bethencourt1-7/+8
2016-10-08befs: fix comment styleLuis de Bethencourt1-7/+3
2016-10-08befs: add check for ag_shift in superblockLuis de Bethencourt1-0/+7
2016-10-08befs: dump inode_size superblock informationLuis de Bethencourt1-0/+1
2016-10-08befs: remove unnecessary initializationSalah Triki1-1/+1
2016-10-08befs: fix typo in befs_sb_infoSalah Triki1-1/+1
2016-10-08befs: add flags field to validate superblock stateSalah Triki2-1/+6
2016-10-08befs: fix typo in befs_find_keyLuis de Bethencourt1-1/+1
2016-10-08befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2-19/+16
2016-10-08fs: befs: remove ret variableSalah Triki1-2/+1
2016-10-08fs: befs: remove in vain variable assignmentSalah Triki1-1/+1
2016-10-08fs: befs: remove unnecessary *befs_sb variableSalah Triki1-2/+1
2016-10-08fs: befs: remove useless initialization to zeroSalah Triki1-1/+1
2016-10-08fs: befs: remove in vain variable assignmentSalah Triki1-2/+0
2016-10-08fs: befs: Insert NULL inode to dentrySalah Triki1-0/+1
2016-10-08fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki1-2/+0
2016-10-08fs: befs: Coding style fixSalah Triki1-3/+3
2016-10-08fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki1-8/+0
2016-10-08befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt1-2/+2
2016-10-08befs: in memory free_node_ptr and max_size never readLuis de Bethencourt1-2/+0
2016-10-08befs: make consistent use of befs_error()Luis de Bethencourt3-4/+9
2016-10-08befs: use simpler while loopLuis de Bethencourt1-36/+38
2016-10-08befs: remove constant variableLuis de Bethencourt1-5/+2
2016-10-08befs: avoid dereferencing dentry twiceLuis de Bethencourt1-1/+1
2016-10-08fs: befs: remove comment that confuses kernel-docLuis de Bethencourt1-4/+0
2016-10-08fs: befs: check silent flag before logging errorLuis de Bethencourt1-1/+2
2016-10-08fs: befs: replace befs_bread by sb_breadSalah Triki4-30/+4
2016-10-08befs: remove unused functionsLuis de Bethencourt1-12/+0
2016-10-08befs: fix function name in documentationLuis de Bethencourt1-1/+1
2016-10-08befs: check return of sb_min_blocksizeLuis de Bethencourt1-1/+6
2016-10-08fs: befs: remove useless pr_err in befs_init_inodecache()Salah Triki1-4/+2
2016-10-08fs/befs/linuxvfs.c: remove useless befs_errorSalah Triki1-2/+0
2016-10-08fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()Salah Triki1-4/+2
2016-10-08fs/befs/linuxvfs.c: check silent flag before logging errorsSalah Triki1-6/+9
2016-10-08fs/befs/linuxvfs.c: move useless assignmentSalah Triki1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-339/+377
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher48-282/+0
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan3-5/+5
2016-10-07mm, proc: fix region lost in /proc/self/smapsRobert Ho1-3/+5
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz1-15/+19
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz1-0/+10
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz1-14/+20
2016-10-07meminfo: break apart a very long seq_printf with #ifdefsJoe Perches1-116/+95
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches3-133/+151
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan1-40/+47
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-7/+5
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-0/+3
2016-10-07mm: remove page_file_indexHuang Ying4-7/+7
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-1/+1
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse1-1/+1
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani3-0/+3
2016-10-07ocfs2: fix undefined struct variable in inode.hJoseph Qi1-2/+0
2016-10-07fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fsnotify: clean up spinlock assertionsJan Kara2-8/+4
2016-10-07fanotify: fix possible false warning when freeing eventsJan Kara1-2/+11
2016-10-07fanotify: use notification_lock instead of access_lockJan Kara1-8/+5
2016-10-07fsnotify: convert notification_mutex to a spinlockJan Kara4-36/+40
2016-10-07fsnotify: drop notification_mutex before destroying eventJan Kara2-2/+6
2016-10-07Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro5-157/+221
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2-18/+37
2016-10-07vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher1-6/+7