aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-110/+363
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+19
2019-01-06fscrypt: add Adiantum supportEric Biggers5-110/+363
2019-01-05Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-16/+32
2019-01-05Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+0
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-128/+153
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds8-174/+166
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds36-313/+399
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov7-11/+12
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso5-6/+6
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian4-42/+40
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov1-53/+52
2019-01-04exec: load_script: don't blindly truncate shebang stringOleg Nesterov1-3/+7
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir6-22/+39
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2-1/+10
2019-01-04fat: remove FAT_FIRST_ENT macroCarmeli Tamir1-4/+8
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández3-0/+24
2019-01-04autofs: add strictexpire mount optionIan Kent3-2/+12
2019-01-04autofs: change catatonic setting to a bit flagIan Kent5-16/+20
2019-01-04autofs: simplify parse_options() function callIan Kent1-26/+29
2019-01-04autofs: improve ioctl sbi checksIan Kent3-21/+9
2019-01-04fs/epoll: deal with wait_queue only onceDavidlohr Bueso1-11/+18
2019-01-04fs/epoll: rename check_events label to send_eventsDavidlohr Bueso1-3/+3
2019-01-04fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso1-2/+6
2019-01-04fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso1-54/+60
2019-01-04fs/epoll: robustify ep->mtx held checksDavidlohr Bueso1-0/+2
2019-01-04fs/epoll: drop ovflist branch predictionDavidlohr Bueso1-1/+1
2019-01-04fs/epoll: simplify ep_send_events_proc() ready-list loopDavidlohr Bueso1-36/+37
2019-01-04fs/epoll: remove max_nests argument from ep_call_nested()Davidlohr Bueso1-8/+6
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan1-2/+4
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan1-3/+1
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers1-0/+1
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon1-3/+9
2019-01-04Merge branches 'misc.misc' and 'work.iov_iter' into for-linusAl Viro3-2/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds12-32/+26
2019-01-03Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2019-01-03smb3: add smb3.1.1 to default dialect listSteve French2-14/+28
2019-01-02cifs: fix confusing warning message on reconnectSteve French1-1/+1
2019-01-02smb3: fix large reads on encrypted connectionsPaul Aurich1-1/+3
2019-01-02locks: fix error in locks_move_blocks()NeilBrown1-1/+1
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds30-531/+660
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-69/+57
2019-01-02Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds27-501/+2842
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds2-7/+3
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan3-7/+10
2019-01-02NFS: remove unnecessary test for IS_ERR(cred)NeilBrown1-5/+0
2019-01-02NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia1-1/+1
2019-01-02NFS: Fix NFSv4 symbolic trace point outputChuck Lever1-143/+313
2019-01-02NFS: Make "port=" mount option optional for RDMA mountsChuck Lever1-2/+8
2018-12-31ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o1-1/+1
2018-12-31Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds1-9/+7
2018-12-31Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds20-366/+533
2018-12-31nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin1-1/+1
2018-12-31cifs: update internal module version numberSteve French1-1/+1
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg3-33/+55
2018-12-31ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o1-0/+3
2018-12-31ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o1-4/+9
2018-12-30ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o1-1/+1
2018-12-29xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-29xfs: xfs_buf: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+29
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+11
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-79/+106
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-12-28Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-56/+88
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds6-27/+68
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds4-239/+311
2018-12-28hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz1-33/+28
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara4-4/+4
2018-12-28blkdev: avoid migration stalls for blkdev pagesJan Kara1-0/+1
2018-12-28userfaultfd: clear flag if remap event not enabledPeter Xu1-1/+9
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko1-0/+10
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-0/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2-5/+10
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga1-1/+1
2018-12-28userfaultfd: convert userfaultfd_ctx::refcount to refcount_tEric Biggers1-6/+5
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS7-7/+7
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-3/+4
2018-12-28ocfs2: don't clear bh uptodate for block readJunxiao Bi1-2/+0
2018-12-28ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi1-4/+2
2018-12-28ocfs2: fix panic due to unrecovered local allocJunxiao Bi1-2/+7
2018-12-28ocfs2: improve ocfs2 MakefileLarry Chen3-3/+3
2018-12-28ocfs2: remove set but not used variable 'lastzero'zhong jiang1-2/+1
2018-12-28ocfs2: dlmfs: remove set but not used variable 'status'zhong jiang1-2/+1
2018-12-28ocfs2: optimize the reading of heartbeat dataJia Guo1-5/+12
2018-12-28cifs: Minor Kconfig clarificationSteve French1-2/+3
2018-12-28cifs: Always resolve hostname before reconnectingPaulo Alcantara1-32/+52
2018-12-28cifs: Add support for failover in cifs_reconnect_tcon()Paulo Alcantara1-3/+85
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara3-3/+104
2018-12-28cifs: Only free DFS target list if we actually got onePaulo Alcantara1-3/+3
2018-12-28cifs: start DFS cache refresher in cifs_mount()Paulo Alcantara1-0/+6
2018-12-28cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()YueHaibing1-1/+2
2018-12-28cifs: Add support for failover in cifs_reconnect()Paulo Alcantara3-1/+204
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara3-15/+236
2018-12-28cifs: remove set but not used variable 'sep'YueHaibing1-3/+0
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara6-84/+113
2018-12-28cifs: check kzalloc returnJoe Perches1-14/+20
2018-12-28cifs: remove set but not used variable 'server'YueHaibing1-7/+1
2018-12-28cifs: Use kzfree() to free passwordDan Carpenter1-1/+1
2018-12-28cifs: Fix to use kmem_cache_free() instead of kfree()Wei Yongjun1-2/+2
2018-12-28cifs: update for current_kernel_time64() removalStephen Rothwell1-2/+4
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara7-2/+1484
2018-12-27nfs: minor typo in nfs4_callback_up_net()Vasily Averin1-1/+1
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin1-3/+5
2018-12-27nfsd: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds7-146/+236
2018-12-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-174/+272
2018-12-27Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+15
2018-12-27Merge tag 'xfs-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds51-714/+932
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-9/+15
2018-12-27Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-17/+30
2018-12-27Merge tag 'dlm-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds6-23/+34
2018-12-27Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds47-2197/+3025
2018-12-27Merge tag 'gfs2-4.21.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-231/+317
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+2
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-174/+160
2018-12-26f2fs: sanity check of xattr entry sizeJaegeuk Kim1-5/+13
2018-12-26f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala1-12/+15
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu13-54/+50
2018-12-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-26f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim1-5/+2
2018-12-26f2fs: fix to dirty inode synchronouslyChao Yu1-1/+1
2018-12-26f2fs: clean up structure extent_nodeChao Yu1-10/+2
2018-12-26f2fs: fix block address for __check_sit_bitmapQiuyang Sun1-1/+1
2018-12-26f2fs: fix sbi->extent_list corruption issueSahitya Tummala2-2/+11
2018-12-26f2fs: clean up checkpoint flowChao Yu1-13/+5
2018-12-26f2fs: flush stale issued discard candidatesJaegeuk Kim1-0/+4
2018-12-26f2fs: correct wrong spelling, issing_*Jaegeuk Kim3-20/+20
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim11-70/+76
2018-12-26f2fs: remove redundant comment of unused wio_mutexYunlong Song1-1/+0
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-5/+6
2018-12-26ceph: don't encode inode pathes into reconnect messageYan, Zheng1-45/+49
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng3-33/+58
2018-12-26ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng1-10/+17
2018-12-26ceph: don't request excl caps when mount is readonlyYan, Zheng1-2/+5
2018-12-26ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2018-12-26ceph: remove redundant assignmentChengguang Xu1-1/+0
2018-12-26ceph: cleanup splice_dentry()Yan, Zheng1-36/+24
2018-12-25Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2018-12-25ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o1-3/+3
2018-12-24ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o1-1/+2
2018-12-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara2-0/+3
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel3-25/+35
2018-12-23cifs: Make devname param optional in cifs_compose_mount_options()Paulo Alcantara1-9/+12
2018-12-23cifs: Skip any trailing backslashes from UNCPaulo Alcantara1-1/+6
2018-12-23cifs: Refactor out cifs_mount()Paulo Alcantara2-183/+262
2018-12-23CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin1-2/+2
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li1-1/+7
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li1-1/+3
2018-12-23cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg1-1/+8
2018-12-23cifs: remove coverity warning in calc_lanman_hashRonnie Sahlberg1-3/+8
2018-12-23cifs: remove set but not used variable 'smb_buf'YueHaibing1-2/+0
2018-12-23cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2-2/+2
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg4-79/+49
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza2-0/+2
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg1-26/+56
2018-12-23cifs: address trivial coverity warningSteve French1-1/+1
2018-12-23cifs: smb2 commands can not be negative, remove confusing checkSteve French1-3/+5
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg1-18/+70
2018-12-23cifs: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2018-12-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+6
2018-12-22Revert "vfs: Allow userns root to call mknod on owned filesystems."Christian Brauner1-2/+1
2018-12-21xfs: reallocate realtime summary cache on growfsOmar Sandoval1-8/+36
2018-12-21dax: Use non-exclusive wait in wait_entry_unlocked()Dan Williams1-9/+7
2018-12-21NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl1-2/+1
2018-12-21Merge tag '4.20-rc7-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-17/+25
2018-12-21mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNTAl Viro1-1/+1
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro1-7/+2
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro5-22/+17
2018-12-21nfs_remount(): don't leak, don't ignore LSM options quietlyAl Viro1-2/+4
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro2-58/+9
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro1-1/+7
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro4-49/+5
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro1-1/+18
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro1-8/+16
2018-12-21iomap: don't search past page end in iomap_is_partially_uptodateEric Sandeen1-2/+15
2018-12-20Merge tag 'upstream-4.20-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds4-26/+87
2018-12-20vfs: Separate changing mount flags full remountDavid Howells1-54/+92
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells3-0/+3
2018-12-20iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner1-7/+0
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong2-28/+79
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong3-14/+49
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong2-5/+15
2018-12-19xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong2-4/+5
2018-12-19xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong3-0/+26
2018-12-19xfs: fix function pointer type in ftrace formatDarrick J. Wong1-1/+1
2018-12-19ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o1-2/+7
2018-12-19ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+11
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown26-307/+237
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown4-17/+33
2018-12-19NFS: change access cache to use 'struct cred'.NeilBrown3-30/+39
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2-3/+23
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown4-42/+11
2018-12-19NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown4-25/+16
2018-12-19NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown2-8/+14
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown2-10/+10
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown1-13/+1