summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* dax: fix PMD faults on zero-length filesJeff Moyer2017-11-301-3/+3
* lockd: double unregister of inetaddr notifiersVasily Averin2017-11-301-11/+9
* fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-11-302-0/+6
* ext4: prevent data corruption with journaling + DAXRoss Zwisler2017-11-302-8/+13
* ext4: prevent data corruption with inline data + DAXRoss Zwisler2017-11-302-10/+5
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-11-301-2/+4
* fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi2017-11-301-14/+11
* fsnotify: pin both inode and vfsmount markMiklos Szeredi2017-11-301-3/+7
* fsnotify: clean up fsnotify_prepare/finish_user_wait()Miklos Szeredi2017-11-301-48/+48
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-301-1/+24
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-11-301-2/+2
* NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-301-18/+6
* nfs: Fix ugly referral attributesChuck Lever2017-11-301-10/+8
* NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2017-11-302-16/+16
* NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-301-1/+1
* f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2017-11-301-0/+6
* btrfs: change how we decide to commit transactions during flushingJosef Bacik2017-11-301-14/+28
* isofs: fix timestamps beyond 2027Arnd Bergmann2017-11-303-3/+3
* fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi2017-11-301-13/+20
* fs: guard_bio_eod() needs to consider partitionsGreg Edwards2017-11-301-1/+9
* eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter2017-11-301-3/+4
* fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-11-301-5/+2
* nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-301-2/+4
* autofs: don't fail mount for transient errorNeilBrown2017-11-301-1/+14
* ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal2017-11-301-1/+1
* coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-241-2/+1
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-241-2/+7
* ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-241-0/+1
* fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz2017-11-031-1/+4
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-031-6/+18
* mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying2017-11-031-1/+5
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02485-0/+485
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02485-0/+485
* | cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-10-301-2/+3
* | Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-10-288-34/+77
|\ \
| * | SMB3: Validate negotiate request must always be signedSteve French2017-10-261-0/+3
| * | SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp2017-10-251-1/+2
| * | SMB: fix leak of validate negotiate info response bufferDavid Disseldorp2017-10-251-2/+5
| * | CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel2017-10-251-2/+2
| * | CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel2017-10-251-3/+7
| * | cifs: Select all required crypto modulesBenjamin Gilbert2017-10-251-0/+5
| * | CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li2017-10-181-1/+1
| * | cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg2017-10-185-11/+32
| * | Fix encryption labels and lengths for SMB3.1.1Steve French2017-10-182-14/+20
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-285-27/+42
|\ \ \
| * | | ovl: do not cleanup unsupported index entriesAmir Goldstein2017-10-242-10/+8
| * | | ovl: handle ENOENT on index lookupAmir Goldstein2017-10-241-0/+4
| * | | ovl: fix EIO from lookup of non-indexed upperAmir Goldstein2017-10-243-17/+26
| * | | ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter2017-10-191-0/+1
| * | | ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa2017-10-191-0/+3
| |/ /