summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-2016-35/+35
* 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
| * | | | | ext4: fix off-by-one error when writing back pages before dio readEric Biggers2017-05-241-1/+1
| * | | | | ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-241-1/+1
| * | | | | ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-05-211-2/+3
| * | | | | ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2017-05-211-9/+14
| * | | | | ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-211-1/+1
| * | | | | ext4: fix SEEK_HOLEJan Kara2017-05-211-36/+14
| * | | | | jbd2: preserve original nofs flag during journal restartTahsin Erdogan2017-05-211-0/+6
| * | | | | ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-211-9/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-105-20/+63
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | ufs: we need to sync inode before freeing itAl Viro2017-06-101-0/+1
| * | | | | excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-06-091-13/+5
| * | | | | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-091-1/+3
| * | | | | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-091-1/+2
| * | | | | ufs: set correct ->s_maxsizeAl Viro2017-06-091-0/+18
| * | | | | ufs: restore maintaining ->i_blocksAl Viro2017-06-092-1/+26
| * | | | | fix ufs_isblockset()Al Viro2017-06-091-3/+7