summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee2017-11-081-0/+6
* ext4: do not use stripe_width if it is not setJan Kara2017-11-081-2/+2
* ext4: fix stripe-unaligned allocationsJan Kara2017-11-081-2/+4
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-081-6/+18
* cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-11-081-2/+3
* ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2017-11-022-8/+25
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
* ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-11-021-1/+4
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+7
* fscrypt: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+5
* xfs: trim writepage mapping to within eofBrian Foster2017-10-273-0/+25
* xfs: cancel dirty pages on invalidationDave Chinner2017-10-271-12/+22
* xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-271-0/+8
* xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-271-0/+2
* xfs: don't change inode mode if ACL update failsDave Chinner2017-10-271-6/+16
* xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-272-0/+15
* xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-273-62/+51
* xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-271-1/+8
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-271-2/+22
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-10-271-1/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-10-271-2/+10
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-10-274-12/+24
* xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-10-271-1/+1
* fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-10-271-1/+1
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-10-271-1/+13
* xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-10-271-3/+5
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-10-213-4/+15
* ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-10-211-2/+7
* ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton2017-10-211-2/+2
* ceph: don't update_dentry_lease unless we actually got oneJeff Layton2017-10-211-2/+2
* ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren2017-10-213-3/+121
* f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-10-211-1/+6
* Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko2017-10-211-1/+4
* f2fs: do SSR for data when there is enough free spaceYunlong Song2017-10-211-1/+1
* direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-10-181-1/+2
* fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-182-5/+15
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-10-184-0/+32
* ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-10-181-2/+2
* f2fs: don't allow encrypted operations without keysJaegeuk Kim2017-10-121-0/+12
* ext4: don't allow encrypted operations without keysTheodore Ts'o2017-10-121-0/+12
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-7/+15
* ext4: fix data corruption for mmap writesJan Kara2017-10-121-2/+16
* vfs: deny copy_file_range() for non regular filesAmir Goldstein2017-10-121-0/+5
* lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2017-10-121-1/+1
* xfs: remove kmem_zalloc_greedyDarrick J. Wong2017-10-083-24/+2
* nfs: make nfs4_cb_sv_ops staticJason Yan2017-10-081-2/+2
* hugetlbfs: initialize shared policy as part of inode allocationMike Kravetz2017-10-081-13/+12
* Btrfs: fix potential use-after-free for cloned bioLiu Bo2017-10-081-1/+1
* Btrfs: fix segmentation fault when doing dio readLiu Bo2017-10-081-2/+6
* GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter2017-10-081-5/+7