aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-09-06Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfsLinus Torvalds3-175/+257
2019-09-04configfs: provide exclusion between IO and removalsAl Viro2-18/+80
2019-09-02configfs: new object reprsenting tree fragmentsAl Viro3-27/+97
2019-09-02configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro1-11/+0
2019-09-02configfs: stash the data we need into configfs_buffer at open timeAl Viro1-134/+95
2019-09-02NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust1-8/+10
2019-08-29Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-147/+135
2019-08-27cifs: update internal module numberSteve French1-1/+1
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg6-146/+112
2019-08-27cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-08-27cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-08-27Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-95/+131
2019-08-27NFS: remove set but not used variable 'mapping'YueHaibing1-2/+0
2019-08-27NFSv2: Fix write regressionTrond Myklebust1-1/+3
2019-08-27NFSv2: Fix eof handlingTrond Myklebust1-1/+2
2019-08-26NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust1-8/+13
2019-08-26NFS: Fix spurious EIO read errorsTrond Myklebust3-21/+36
2019-08-26pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust1-2/+9
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust1-17/+0
2019-08-26pNFS/flexfiles: Turn off soft RPC callsTrond Myklebust1-5/+10
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+5
2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov1-12/+13
2019-08-24Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2019-08-23Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+47
2019-08-23Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-88/+82
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds7-15/+30
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong1-0/+1
2019-08-22io_uring: add need_resched() check in inner poll loopJens Axboe1-1/+7
2019-08-22Merge tag 'afs-fixes-20190822' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+7
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger1-2/+0
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2YueHaibing1-1/+1
2019-08-22afs: Fix possible oops in afs_lookup trace eventMarc Dionne1-1/+2
2019-08-22afs: Fix leak in afs_lookup_cell_rcu()David Howells1-0/+4
2019-08-22ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton1-2/+1
2019-08-22ceph: clear page dirty before invalidate pageErqi Chen1-2/+3
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques1-3/+4
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques4-6/+16
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques1-2/+6
2019-08-21Merge tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-11/+10
2019-08-20io_uring: don't enter poll loop if we have CQEs pendingJens Axboe1-7/+15
2019-08-20io_uring: fix potential hang with polled IOJens Axboe1-11/+25
2019-08-19fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny1-1/+1
2019-08-19Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-08-19NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()Trond Myklebust1-0/+3
2019-08-19NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust1-1/+1
2019-08-19NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2-9/+19
2019-08-19NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust1-7/+9
2019-08-19NFSv4: Fix return value in nfs_finish_open()Trond Myklebust1-1/+1
2019-08-19NFSv4: Fix return values for nfs4_file_open()Trond Myklebust1-6/+6
2019-08-19NFS: Don't refresh attributes with mounted-on-file informationTrond Myklebust1-14/+19
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+1
2019-08-18xfs: fix reflink source file racing with directio writesDarrick J. Wong1-26/+37
2019-08-18Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-55/+35
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-54/+15
2019-08-16vfs: fix page locking deadlocks when deduping filesDarrick J. Wong1-8/+41
2019-08-16xfs: compat_ioctl: use compat_ptr()Christoph Hellwig1-2/+2
2019-08-16xfs: fall back to native ioctls for unhandled compat onesChristoph Hellwig1-52/+2
2019-08-16nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe1-1/+1
2019-08-15nfsd: initialize i_private before d_addJ. Bruce Fields1-6/+6
2019-08-15Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-20/+36
2019-08-15nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields1-4/+2
2019-08-15nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa1-0/+1
2019-08-15io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer listJackie Liu1-7/+9
2019-08-15block: remove REQ_NOWAIT_INLINEJens Axboe1-44/+5
2019-08-15io_uring: fix manual setup of iov_iter for fixed buffersAleix Roca Nonell1-3/+1
2019-08-14Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-33/+89
2019-08-13seq_file: fix problem when seeking mid-recordNeilBrown1-1/+1
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong2-8/+14
2019-08-11Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-08-10Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-63/+101
2019-08-09Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+16
2019-08-09gfs2: gfs2_walk_metadata fixAndreas Gruenbacher1-63/+101
2019-08-08Merge tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-75/+135
2019-08-08Merge tag '5.3-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-14/+33
2019-08-08bdev: Fixup error handling in blkdev_get()Jan Kara1-1/+4
2019-08-07block: fix O_DIRECT error handling for bio fragmentsJens Axboe1-16/+12
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2-2/+7
2019-08-07btrfs: trim: Check the range passed into to prevent overflowQu Wenruo1-3/+11
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana4-52/+24
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+0
2019-08-05SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant1-1/+9
2019-08-05smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-05SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky1-12/+17
2019-08-05SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-08-05dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal1-1/+1
2019-08-04cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2019-08-04NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust3-2/+8
2019-08-04NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust1-1/+1
2019-08-04NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust3-7/+28
2019-08-04NFSv4: Check the return value of update_open_stateid()Trond Myklebust1-4/+8
2019-08-04NFSv4.1: Only reap expired delegationsTrond Myklebust1-6/+17
2019-08-04NFSv4.1: Fix open stateid recoveryTrond Myklebust1-27/+38
2019-08-04NFSv4: Report the error from nfs4_select_rw_stateid()Trond Myklebust1-6/+1
2019-08-04NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust1-1/+8
2019-08-04NFSv4: Print an error in the syslog when state is marked as irrecoverableTrond Myklebust1-2/+4
2019-08-04NFSv4: Fix delegation state recoveryTrond Myklebust3-15/+14
2019-08-04NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateidTrond Myklebust1-2/+1
2019-08-03Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-1/+8
2019-08-03fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa1-4/+1
2019-08-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+39
2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise1-5/+39
2019-08-03ocfs2: remove set but not used variable 'last_hash'YueHaibing1-3/+0
2019-08-02Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-blockLinus Torvalds2-27/+62
2019-08-02Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-67/+47
2019-08-02Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+12
2019-08-01block: Fix __blkdev_direct_IO() for bio fragmentsDamien Le Moal1-1/+2
2019-07-31Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+1
2019-07-31gfs2: Inode dirtying fixAndreas Gruenbacher1-3/+12
2019-07-31Unbreak mount_capable()Al Viro1-4/+1
2019-07-31io_uring: fix KASAN use after free in io_sq_wq_submit_workJackie Liu1-1/+2
2019-07-30Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann1-3/+0
2019-07-30Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-100/+81
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara1-25/+58
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Jia-Ju Bai1-1/+5
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana3-5/+22
2019-07-30Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana1-0/+10
2019-07-30Btrfs: fix incremental send failure after deduplicationFilipe Manana1-62/+15
2019-07-30afs: Fix missing dentry data version updatingDavid Howells1-14/+70
2019-07-30afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-07-30afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells1-1/+1
2019-07-30fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai1-5/+7
2019-07-30afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne1-5/+6
2019-07-30afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells1-7/+3
2019-07-29dax: Fix missed wakeup in put_unlocked_entry()Jan Kara1-1/+1
2019-07-28f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng1-24/+24
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong1-0/+3
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2019-07-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-27Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-37/+68
2019-07-26f2fs: fix to read source block before invalidating itJaegeuk Kim1-36/+34
2019-07-26Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+12
2019-07-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2-25/+114
2019-07-26fix the struct mount leak in umount_tree()Al Viro1-2/+2
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota1-5/+6
2019-07-25afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva1-18/+33
2019-07-25afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva1-19/+35
2019-07-25io_uring: ensure ->list is initialized for poll commandsJens Axboe1-0/+2
2019-07-25Merge branch 'access-creds'Linus Torvalds1-0/+19
2019-07-25btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov1-3/+6
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-1/+1
2019-07-25iomap: fix Invalid License IDMasahiro Yamada1-1/+1
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds1-0/+19
2019-07-22Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+32
2019-07-21io_uring: track io length in async_list based on bytesZhengyuan Liu1-13/+11
2019-07-21io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe1-2/+38
2019-07-21block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe1-8/+50
2019-07-21Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-31/+126
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-115/+172
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds11-2217/+2259
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-141/+161
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds23-229/+252
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-12/+15
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce3-7/+9
2019-07-18mm: migrate: remove unused mode argumentKeith Busch4-4/+4
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi1-1/+2
2019-07-18cifs: update internal module numberSteve French1-1/+1
2019-07-18cifs: flush before set-info if we have writeable handlesRonnie Sahlberg1-0/+16
2019-07-18smb3: optimize open to not send query file internal infoSteve French5-26/+56
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds27-336/+885
2019-07-18pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDSTrond Myklebust4-1/+111
2019-07-18pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust1-1/+1
2019-07-18cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein1-3/+8
2019-07-18CIFS: fix deadlock in cached root handlingAurelien Aptel1-1/+45
2019-07-18pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust1-1/+1
2019-07-18NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust2-5/+12
2019-07-18Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+6
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-153/+335
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds17-439/+726
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds1-20/+33
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+12
2019-07-18io_uring: add a memory barrier before atomic_readZhengyuan Liu1-0/+4
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-0/+3
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-253/+491
2019-07-17btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn1-3/+7
2019-07-17btrfs: free checksum hash on in close_ctreeJohannes Thumshirn1-0/+1
2019-07-17btrfs: Fix build error while LIBCRC32C is moduleYueHaibing1-0/+1
2019-07-17btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo1-1/+23
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong6-19/+0
2019-07-17iomap: move the main iteration code into a separate fileDarrick J. Wong3-17/+2
2019-07-17iomap: move the buffered IO code into a separate fileDarrick J. Wong3-1053/+1074
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong3-554/+563
2019-07-17iomap: move the SEEK_HOLE code into a separate fileDarrick J. Wong3-202/+216
2019-07-17iomap: move the file mapping reporting code into a separate fileDarrick J. Wong3-136/+149
2019-07-17iomap: move the swapfile code into a separate fileDarrick J. Wong3-170/+183
2019-07-16switch the remnants of releasing the mountpoint away from fs_pinAl Viro3-28/+26
2019-07-16get rid of detach_mnt()Al Viro1-34/+28
2019-07-16make struct mountpoint bear the dentry reference to mountpoint, not struct mountAl Viro2-28/+25
2019-07-16dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)1-20/+33
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+3
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov1-33/+13
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov1-23/+7
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov4-50/+27
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam1-4/+2
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing1-2/+0
2019-07-16fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre1-1/+1