| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | fs: Remove AOP_FLAG_NOFS | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -5/+1 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: Use scoped memory APIs in ext4_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 3 | -13/+11 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: Use scoped memory APIs in ext4_da_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 3 | -11/+9 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: Use scoped memory API in mext_page_double_lock() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -4/+9 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | | | | f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIs | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -1/+8 | |
| | * | | | | | | | | | | | | | | | | | | | namei: Convert page_symlink() to use memalloc_nofs_save() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -4/+7 | |
| | * | | | | | | | | | | | | | | | | | | | namei: Merge page_symlink() and __page_symlink() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -11/+2 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: Use page_symlink() instead of __page_symlink() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -1/+6 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2022-05-24 | 2 | -6/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | iomap: don't invalidate folios after writeback errors | Darrick J. Wong | 2022-05-16 | 2 | -4/+1 | |
| | * | | | | | | | | | | | | | | | | | | | iomap: iomap_write_end cleanup | Andreas Gruenbacher | 2022-05-08 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | iomap: iomap_write_failed fix | Andreas Gruenbacher | 2022-05-08 | 1 | -1/+2 | |
| | |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge tag 'dlm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 2022-05-24 | 15 | -669/+633 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | dlm: use kref_put_lock in __put_lkb | Alexander Aring | 2022-05-02 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: use kref_put_lock in put_rsb | Alexander Aring | 2022-05-02 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: remove unnecessary error assign | Alexander Aring | 2022-05-02 | 1 | -3/+0 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: fix missing lkb refcount handling | Alexander Aring | 2022-05-02 | 1 | -2/+9 | |
| | * | | | | | | | | | | | | | | | | | | | fs: dlm: cast resource pointer to uintptr_t | Alexander Aring | 2022-04-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: replace usage of found with dedicated list iterator variable | Jakob Koschel | 2022-04-06 | 3 | -60/+56 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: remove usage of list iterator for list_add() after the loop body | Jakob Koschel | 2022-04-06 | 1 | -4/+8 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: fix pending remove if msg allocation fails | Alexander Aring | 2022-04-06 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: fix wake_up() calls for pending remove | Alexander Aring | 2022-04-06 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: check required context while close | Alexander Aring | 2022-04-06 | 3 | -0/+16 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: cleanup lock handling in dlm_master_lookup | Alexander Aring | 2022-04-06 | 1 | -87/+102 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: remove found label in dlm_master_lookup | Alexander Aring | 2022-04-06 | 1 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: remove __user conversion warnings | Alexander Aring | 2022-04-06 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: move conversion to compile time | Alexander Aring | 2022-04-06 | 1 | -10/+10 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: use __le types for dlm messages | Alexander Aring | 2022-04-06 | 5 | -205/+174 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: use __le types for rcom messages | Alexander Aring | 2022-04-06 | 7 | -80/+52 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: use __le types for dlm header | Alexander Aring | 2022-04-06 | 9 | -116/+98 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: use __le types for options header | Alexander Aring | 2022-04-06 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: add __CHECKER__ for false positives | Alexander Aring | 2022-04-06 | 2 | -0/+20 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: move global to static inits | Alexander Aring | 2022-04-06 | 1 | -11/+5 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: remove unnecessary INIT_LIST_HEAD() | Alexander Aring | 2022-04-06 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: improve plock logging if interrupted | Alexander Aring | 2022-04-06 | 1 | -4/+5 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: rearrange async condition return | Alexander Aring | 2022-04-06 | 1 | -14/+13 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: cleanup plock_op vs plock_xop | Alexander Aring | 2022-04-06 | 1 | -31/+46 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: replace sanity checks with WARN_ON | Alexander Aring | 2022-04-06 | 1 | -28/+4 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: fix plock invalid read | Alexander Aring | 2022-04-06 | 1 | -7/+5 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: fix missing check in validate_lock_args | Alexander Aring | 2022-04-06 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | dlm: uninitialized variable on error in dlm_listen_for_all() | Dan Carpenter | 2022-04-06 | 1 | -1/+1 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2022-05-24 | 14 | -429/+564 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | ext4: only allow test_dummy_encryption when supported | Eric Biggers | 2022-05-24 | 2 | -28/+38 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: fix bug_on in __es_tree_search | Baokun Li | 2022-05-24 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: avoid cycles in directory h-tree | Jan Kara | 2022-05-24 | 1 | -3/+19 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: verify dir block before splitting it | Jan Kara | 2022-05-24 | 1 | -11/+21 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state | Theodore Ts'o | 2022-05-24 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: fix bug_on in ext4_writepages | Ye Bin | 2022-05-21 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | | | | | | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt() | Ritesh Harjani | 2022-05-21 | 3 | -57/+64 | |
