summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-11-06Pull series refactoring quota enabling and disabling code.Jan Kara
2019-11-05reiserfs: replace open-coded atomic_dec_and_mutex_lock()Nikitas Angelinas
2019-11-05ext2: check err when partial != NULLChengguang Xu
2019-11-04quota: Handle quotas without quota inodes in dquot_get_state()Jan Kara
2019-11-04quota: Make dquot_disable() work without quota inodesJan Kara
2019-11-04quota: Drop dquot_enable()Jan Kara
2019-11-04fs: Use dquot_load_quota_inode() from filesystemsJan Kara
2019-11-04quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Jan Kara
2019-11-04quota: Simplify dquot_resume()Jan Kara
2019-11-04quota: Factor out setup of quota inodeJan Kara
2019-10-31quota: Check that quota is not dirty before releaseDmitry Monakhov
2019-10-31quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov
2019-10-31ext2: don't set *count in the case of failure in ext2_try_to_allocate()Chengguang Xu
2019-10-31reiserfs: fix extended attributes on the root directoryJeff Mahoney
2019-10-24ext2: return error when fail to allocating memory in ioctlChengguang Xu
2019-10-22ext2: add missing brelse in ext2_new_blocks()Chengguang Xu
2019-10-21ext2: adjust block num when retry allocationChengguang Xu
2019-10-17quota: minor code cleanup for v1_format_opsChengguang Xu
2019-10-14fs/fs-writeback.c: fix kernel-doc warningRandy Dunlap
2019-10-14fs/libfs.c: fix kernel-doc warningRandy Dunlap
2019-10-14fs/direct-io.c: fix kernel-doc warningRandy Dunlap
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-10-13Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-10-11Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-10-11Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-10io_uring: fix sequence logic for timeout requestsJens Axboe
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever
2019-10-10Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-10Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-10-09libfs: take cursors out of list when moving past the end of directoryAl Viro
2019-10-09vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent
2019-10-09io_uring: only flush workqueues on fileset removalJens Axboe
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust
2019-10-09CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky
2019-10-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky
2019-10-09smb3: Fix regression in time handlingSteve French
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French
2019-10-08quota: check quota type in early stageChengguang Xu
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim
2019-10-07io_uring: remove wait loop spurious wakeupsPavel Begunkov
2019-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds