summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-093-3/+6
* buffer: Rewrite nobh_truncate_page() to use foliosMatthew Wilcox (Oracle)2022-05-081-37/+27
* mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2022-05-083-18/+19
* fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)2022-05-082-20/+17
* f2fs: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
* ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
* hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-7/+8
* hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-6/+7
* ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)2022-05-081-4/+2
* ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-10/+12
* namei: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-3/+3
* buffer: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-6/+8
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-0837-55/+49
* fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)2022-05-083-5/+3
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-0818-26/+26
* fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-088-8/+8
* fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-0811-20/+14
* fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)2022-05-084-5/+5
* 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 'io_uring-5.18-2022-05-06' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-071-1/+6
|\
| * io_uring: assign non-fixed early for async workJens Axboe2022-05-021-1/+6
* | Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-064-34/+53
|\ \
| * | btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba2022-05-051-0/+3
| * | btrfs: fix assertion failure when logging directory key range itemFilipe Manana2022-05-051-14/+25
| * | btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota2022-05-051-14/+8
| * | btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota2022-05-051-6/+6
| * | btrfs: force v2 space cache usage for subpage mountQu Wenruo2022-05-051-0/+11
* | | Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-05-061-1/+11
|\ \ \
| * | | NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust2022-04-261-1/+11
* | | | Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-026-23/+91
|\ \ \ \ | | |/ / | |/| |
| * | | btrfs: skip compression property for anything other than files and dirsFilipe Manana2022-04-273-0/+47
| * | | btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana2022-04-271-2/+4
| * | | btrfs: always log symlinks in full modeFilipe Manana2022-04-271-1/+13
| * | | btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng2022-04-273-7/+14
| * | | btrfs: export a helper for compression hard checkChung-Chiang Cheng2022-04-272-13/+13
* | | | Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-301-1/+6
|\ \ \ \
| * | | | kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim2022-04-271-1/+6
* | | | | Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-291-1/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | io_uring: check that data field is 0 in ringfd unregisterEugene Syromiatnikov2022-04-291-1/+1
| * | | | io_uring: fix uninitialized field in rw io_kiocbJoseph Ravichandran2022-04-281-0/+1
| * | | | io_uring: check reserved fields for recv/recvmsgJens Axboe2022-04-271-0/+2
| * | | | io_uring: check reserved fields for send/sendmsgJens Axboe2022-04-271-0/+2