summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: unify naming of btrfs_io_bioLiu Bo2017-06-191-19/+19
* Btrfs: check-integrity use bvec_iterLiu Bo2017-06-191-12/+15
* Btrfs: record error if one block has failed to retryLiu Bo2017-06-191-3/+7
* Btrfs: change how we iterate bios in endioLiu Bo2017-06-194-32/+37
* Btrfs: use bio_clone_bioset_partial to simplify DIO submitLiu Bo2017-06-191-74/+45
* Btrfs: new helper btrfs_bio_clone_partialLiu Bo2017-06-192-0/+20
* Btrfs: use bio_clone_fast to clone our bioLiu Bo2017-06-191-1/+1
* Btrfs: don't pass the inode through clean_io_failureJosef Bacik2017-06-193-37/+61
* btrfs: remove inode argument from repair_io_failureJosef Bacik2017-06-193-13/+11
* Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-199-91/+128
* btrfs: Add quota_override knob into sysfsSargun Dhillon2017-06-191-0/+41
* btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCESargun Dhillon2017-06-192-0/+7
* btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov2017-06-194-26/+10
* btrfs: add framework to handle device flush error as a volumeAnand Jain2017-06-192-4/+54
* Btrfs: remove obsolete FIXMEs in qgroup ioctlsDaichou2017-06-191-3/+0
* Btrfs: remove an unused variableDan Carpenter2017-06-191-2/+0
* btrfs: kmap() can't failFabian Frederick2017-06-191-7/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-192-5/+1
* Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2017-06-184-6/+8
|\
| * ceph: unify inode i_ctime updateYan, Zheng2017-06-142-3/+3
| * ceph: use current_kernel_time() to get request time stampYan, Zheng2017-06-141-3/+1
| * ceph: check i_nlink while converting a file handle to dentryLuis Henriques2017-06-141-0/+4
* | Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-172-4/+3
|\ \
| * | xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2017-06-082-4/+3
* | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-176-68/+98
|\ \ \
| * | | ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro2017-06-151-9/+12
| * | | ufs: more deadlock prevention on tail unpackingAl Viro2017-06-151-1/+1
| * | | ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-152-10/+26
| * | | ufs_get_locked_page(): make sure we have buffer_headsAl Viro2017-06-141-9/+8
| * | | ufs: fix s_size/s_dsize usersAl Viro2017-06-144-24/+19
| * | | ufs: fix reserved blocks checkAl Viro2017-06-141-4/+6
| * | | ufs: make ufs_freespace() return signedAl Viro2017-06-141-2/+2
| * | | ufs: fix logics in "ufs: make fsck -f happy"Al Viro2017-06-141-13/+28
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-172-6/+6
|\ \ \ \
| * | | | fs: don't forget to put old mntns in mntns_installAndrei Vagin2017-06-151-0/+2
| * | | | Hang/soft lockup in d_invalidate with simultaneous callsAl Viro2017-06-151-6/+4
| | |_|/ | |/| |
* | | | userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli2017-06-171-8/+21
* | | | Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-06-162-2/+9
|\ \ \ \
| * | | | configfs: Introduce config_item_get_unless_zero()Bart Van Assche2017-06-121-0/+8
| * | | | configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger2017-06-121-2/+1
* | | | | fs: pass on flags in compat_writevChristoph Hellwig2017-06-161-1/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-06-152-2/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-082-2/+8
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-06-1112-120/+143
|\ \ \ \ \
| * | | | | ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-05-292-0/+7
| * | | | | ext4: fix data corruption for mmap writesJan Kara2017-05-261-2/+16
| * | | | | ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-05-261-43/+37
| * | | | | ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-244-0/+31
| * | | | | ext4: remove redundant check for encrypted file on dio write pathEric Biggers2017-05-241-3/+0
| * | | | | ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-243-13/+7
OpenPOWER on IntegriCloud