summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues
2017-06-20fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-18Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-06-17ufs: fix the logics for tail relocationAl Viro
2017-06-17ufs_iget(): fail with -ESTALE on deleted inodeAl Viro
2017-06-17fix signedness of timestamps on ufs1Al Viro
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-15fs: don't forget to put old mntns in mntns_installAndrei Vagin
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-06-15ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro
2017-06-14ufs_get_locked_page(): make sure we have buffer_headsAl Viro
2017-06-14ufs: fix s_size/s_dsize usersAl Viro
2017-06-14ufs: fix reserved blocks checkAl Viro
2017-06-14ufs: make ufs_freespace() return signedAl Viro
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro
2017-06-14ceph: unify inode i_ctime updateYan, Zheng
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger
2017-06-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-10ufs: we need to sync inode before freeing itAl Viro
2017-06-09excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro
2017-06-09ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro
2017-06-09ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro
2017-06-09ufs: set correct ->s_maxsizeAl Viro
2017-06-09ufs: restore maintaining ->i_blocksAl Viro
2017-06-09fix ufs_isblockset()Al Viro
2017-06-09ufs: restore proper tail allocationAl Viro
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew