summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-274-9/+15
|\
| * quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.Javier Barrio2018-12-181-1/+2
| * udf: Fix BUG on corrupted inodeJan Kara2018-12-121-0/+6
| * ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu2018-11-151-1/+2
| * ext2: remove redundant condition checkChengguang Xu2018-11-141-6/+4
| * ext2: avoid unnecessary operation in ext2_error()Chengguang Xu2018-11-081-1/+1
* | Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-278-47/+79
|\ \
| * | fanotify: Use inode_is_open_for_writeNikolay Borisov2018-12-111-1/+1
| * | fanotify: Make sure to check event_len when copyingKees Cook2018-12-051-2/+8
| * | fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers2018-11-151-0/+1
| * | fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-136-11/+23
| * | fsnotify: refactor fsnotify_parent()/fsnotify() paired calls when event is on...Matthew Bobrowski2018-11-131-20/+22
| * | fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-136-5/+12
| * | fanotify: return only user requested event types in event maskMatthew Bobrowski2018-11-131-12/+16
* | | Merge tag 'dlm-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2018-12-276-23/+34
|\ \ \
| * | | dlm: fix invalid cluster name warningDavid Teigland2018-12-031-1/+2
| * | | dlm: NULL check before some freeing functions is not neededThomas Meyer2018-12-031-4/+2
| * | | dlm: NULL check before kmem_cache_destroy is not neededWen Yang2018-11-281-6/+3
| * | | dlm: fix missing idr_destroy for recover_idrDavid Teigland2018-11-151-0/+1
| * | | dlm: memory leaks on error path in dlm_user_request()Vasily Averin2018-11-151-7/+7
| * | | dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin2018-11-151-0/+2
| * | | dlm: possible memory leak on error path in create_lkb()Vasily Averin2018-11-151-0/+1
| * | | dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin2018-11-151-1/+1
| * | | dlm: fix possible call to kfree() for non-initialized pointerDenis V. Lunev2018-11-131-1/+1
| * | | dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson2018-11-081-0/+10
| * | | dlm: don't leak kernel pointer to userspaceTycho Andersen2018-11-071-1/+1
| * | | dlm: don't allow zero length namesTycho Andersen2018-11-071-1/+1
| * | | dlm: fix invalid freeTycho Andersen2018-11-071-2/+3
* | | | Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-12-2750-2198/+3030
|\ \ \ \
| * | | | btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-1725-69/+70
| * | | | btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2018-12-171-1/+6
| * | | | Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana2018-12-171-491/+133
| * | | | btrfs: Refactor main loop in extent_readpagesNikolay Borisov2018-12-171-20/+14
| * | | | btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov2018-12-171-53/+0
| * | | | Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana2018-12-171-6/+23
| * | | | Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana2018-12-171-0/+8
| * | | | btrfs: run delayed items before dropping the snapshotJosef Bacik2018-12-171-0/+4
| * | | | btrfs: catch cow on deleting snapshotsJosef Bacik2018-12-173-0/+14
| * | | | btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo2018-12-171-3/+1
| * | | | Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana2018-12-171-20/+14
| * | | | btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba2018-12-171-12/+18
| * | | | btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba2018-12-171-5/+4
| * | | | btrfs: fix truncate throttlingJosef Bacik2018-12-171-62/+17
| * | | | btrfs: don't run delayed refs in the end transaction logicJosef Bacik2018-12-171-38/+0
| * | | | btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-174-34/+22
| * | | | btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-173-4/+22
| * | | | btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik2018-12-171-9/+15
| * | | | btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-175-25/+281
| * | | | btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2018-12-171-3/+0
| * | | | btrfs: cleanup extent_op handlingJosef Bacik2018-12-171-13/+22