summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-12-19xfs: fix function pointer type in ftrace formatDarrick J. Wong
2018-12-19ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2018-12-19ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-12-19ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-12-18Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-12-18xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler
2018-12-18xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler
2018-12-18xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler
2018-12-18quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.Javier Barrio
2018-12-18gfs2: take jdata unstuff into account in do_growBob Peterson
2018-12-18aio: abstract out io_event filler helperJens Axboe
2018-12-18aio: split out iocb copy from io_submit_one()Jens Axboe
2018-12-18aio: use iocb_put() instead of open coding itJens Axboe
2018-12-18aio: only use blk plugs for > 2 depth submissionsJens Axboe
2018-12-18aio: don't zero entire aio_kiocb aio_get_req()Jens Axboe
2018-12-18aio: separate out ring reservation from req allocationChristoph Hellwig
2018-12-18aio: use assigned completion handlerJens Axboe
2018-12-18Merge branch 'for-4.21/block' into for-4.21/aioJens Axboe
2018-12-18vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn
2018-12-17Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana
2018-12-17btrfs: Refactor main loop in extent_readpagesNikolay Borisov
2018-12-17btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov
2018-12-17Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana
2018-12-17Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana
2018-12-17btrfs: run delayed items before dropping the snapshotJosef Bacik
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik
2018-12-17btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo
2018-12-17Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana
2018-12-17btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba
2018-12-17btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba
2018-12-17btrfs: fix truncate throttlingJosef Bacik
2018-12-17btrfs: don't run delayed refs in the end transaction logicJosef Bacik
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik
2018-12-17btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik
2018-12-17btrfs: cleanup extent_op handlingJosef Bacik
2018-12-17btrfs: add cleanup_ref_head_accounting helperJosef Bacik
2018-12-17btrfs: add btrfs_delete_ref_head helperJosef Bacik
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba