summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)2022-05-081-5/+1
| * | | | | | | | | | | | | | | | | | | ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)2022-05-083-13/+11
| * | | | | | | | | | | | | | | | | | | ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)2022-05-083-11/+9
| * | | | | | | | | | | | | | | | | | | ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)2022-05-081-4/+9
| * | | | | | | | | | | | | | | | | | | ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()Matthew Wilcox (Oracle)2022-05-081-3/+1
| * | | | | | | | | | | | | | | | | | | f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIsMatthew Wilcox (Oracle)2022-05-081-1/+8
| * | | | | | | | | | | | | | | | | | | namei: Convert page_symlink() to use memalloc_nofs_save()Matthew Wilcox (Oracle)2022-05-081-4/+7
| * | | | | | | | | | | | | | | | | | | namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)2022-05-081-11/+2
| * | | | | | | | | | | | | | | | | | | ext4: Use page_symlink() instead of __page_symlink()Matthew Wilcox (Oracle)2022-05-081-1/+6
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-05-242-6/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | iomap: don't invalidate folios after writeback errorsDarrick J. Wong2022-05-162-4/+1
| * | | | | | | | | | | | | | | | | | | iomap: iomap_write_end cleanupAndreas Gruenbacher2022-05-081-1/+1
| * | | | | | | | | | | | | | | | | | | iomap: iomap_write_failed fixAndreas Gruenbacher2022-05-081-1/+2
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge tag 'dlm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2022-05-2415-669/+633
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | dlm: use kref_put_lock in __put_lkbAlexander Aring2022-05-021-6/+6
| * | | | | | | | | | | | | | | | | | | dlm: use kref_put_lock in put_rsbAlexander Aring2022-05-021-3/+5
| * | | | | | | | | | | | | | | | | | | dlm: remove unnecessary error assignAlexander Aring2022-05-021-3/+0
| * | | | | | | | | | | | | | | | | | | dlm: fix missing lkb refcount handlingAlexander Aring2022-05-021-2/+9
| * | | | | | | | | | | | | | | | | | | fs: dlm: cast resource pointer to uintptr_tAlexander Aring2022-04-071-1/+1
| * | | | | | | | | | | | | | | | | | | dlm: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-063-60/+56
| * | | | | | | | | | | | | | | | | | | dlm: remove usage of list iterator for list_add() after the loop bodyJakob Koschel2022-04-061-4/+8
| * | | | | | | | | | | | | | | | | | | dlm: fix pending remove if msg allocation failsAlexander Aring2022-04-061-1/+2
| * | | | | | | | | | | | | | | | | | | dlm: fix wake_up() calls for pending removeAlexander Aring2022-04-061-2/+2
| * | | | | | | | | | | | | | | | | | | dlm: check required context while closeAlexander Aring2022-04-063-0/+16
| * | | | | | | | | | | | | | | | | | | dlm: cleanup lock handling in dlm_master_lookupAlexander Aring2022-04-061-87/+102
| * | | | | | | | | | | | | | | | | | | dlm: remove found label in dlm_master_lookupAlexander Aring2022-04-061-9/+9
| * | | | | | | | | | | | | | | | | | | dlm: remove __user conversion warningsAlexander Aring2022-04-061-8/+8
| * | | | | | | | | | | | | | | | | | | dlm: move conversion to compile timeAlexander Aring2022-04-061-10/+10
| * | | | | | | | | | | | | | | | | | | dlm: use __le types for dlm messagesAlexander Aring2022-04-065-205/+174
| * | | | | | | | | | | | | | | | | | | dlm: use __le types for rcom messagesAlexander Aring2022-04-067-80/+52
| * | | | | | | | | | | | | | | | | | | dlm: use __le types for dlm headerAlexander Aring2022-04-069-116/+98
| * | | | | | | | | | | | | | | | | | | dlm: use __le types for options headerAlexander Aring2022-04-061-5/+5
| * | | | | | | | | | | | | | | | | | | dlm: add __CHECKER__ for false positivesAlexander Aring2022-04-062-0/+20
| * | | | | | | | | | | | | | | | | | | dlm: move global to static initsAlexander Aring2022-04-061-11/+5
| * | | | | | | | | | | | | | | | | | | dlm: remove unnecessary INIT_LIST_HEAD()Alexander Aring2022-04-061-1/+0
| * | | | | | | | | | | | | | | | | | | dlm: improve plock logging if interruptedAlexander Aring2022-04-061-4/+5
| * | | | | | | | | | | | | | | | | | | dlm: rearrange async condition returnAlexander Aring2022-04-061-14/+13
| * | | | | | | | | | | | | | | | | | | dlm: cleanup plock_op vs plock_xopAlexander Aring2022-04-061-31/+46
| * | | | | | | | | | | | | | | | | | | dlm: replace sanity checks with WARN_ONAlexander Aring2022-04-061-28/+4
| * | | | | | | | | | | | | | | | | | | dlm: fix plock invalid readAlexander Aring2022-04-061-7/+5
| * | | | | | | | | | | | | | | | | | | dlm: fix missing check in validate_lock_argsAlexander Aring2022-04-061-1/+2
| * | | | | | | | | | | | | | | | | | | dlm: uninitialized variable on error in dlm_listen_for_all()Dan Carpenter2022-04-061-1/+1
| | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-2414-429/+564
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | ext4: only allow test_dummy_encryption when supportedEric Biggers2022-05-242-28/+38
| * | | | | | | | | | | | | | | | | | | ext4: fix bug_on in __es_tree_searchBaokun Li2022-05-241-5/+5
| * | | | | | | | | | | | | | | | | | | ext4: avoid cycles in directory h-treeJan Kara2022-05-241-3/+19
| * | | | | | | | | | | | | | | | | | | ext4: verify dir block before splitting itJan Kara2022-05-241-11/+21
| * | | | | | | | | | | | | | | | | | | ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o2022-05-241-2/+3
| * | | | | | | | | | | | | | | | | | | ext4: fix bug_on in ext4_writepagesYe Bin2022-05-211-0/+12
| * | | | | | | | | | | | | | | | | | | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani2022-05-213-57/+64