- 400e406 fs/adfs: add MODULE_DESCRIPTION by Jeff Johnson · 10 months ago
- f88c3fb mm, slab: remove last vestiges of SLAB_MEM_SPREAD by Linus Torvalds · 12 months ago
- 81d469d adfs: remove writepage implementation by Matthew Wilcox (Oracle) · 1 year, 3 months ago
- ca9649e adfs: convert to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
- 3d3dfeb Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 6 months ago
- d68b4b6 Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 6 months ago
- 8bd49ef adfs: delete unused "union adfs_dirtail" definition by Alexey Dobriyan · 1 year, 7 months ago
- 925c86a fs: add CONFIG_BUFFER_HEAD by Christoph Hellwig · 1 year, 7 months ago
- 9689414 adfs: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
- 2cb1e089 splice: Use filemap_splice_read() instead of generic_file_splice_read() by David Howells · 1 year, 10 months ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 2c69e20 fs: Convert block_read_full_page() to block_read_full_folio() by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- be3bbbc fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years ago
- fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 3 years ago
- e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 7ba13ab fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 25d2e88 fs/adfs: remove unneeded variable make code cleaner by Minghao Chi · 3 years, 2 months ago
- 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 9 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
- 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 6 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
- 621c1f4 block: move struct block_device to blk_types.h by Christoph Hellwig · 4 years, 9 months ago
- 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 5 years ago
- 587065d fs/adfs: bigdir: Fix an error code in adfs_fplus_read() by Dan Carpenter · 5 years ago
- 25e5d4d fs/adfs: mostly divorse inode number from indirect disc address by Russell King · 5 years ago
- 08ead1b fs/adfs: super: add support for E and E+ floppy image formats by Russell King · 5 years ago
- e3858e1 fs/adfs: super: extract filesystem block probe by Russell King · 5 years ago
- ccbc80a fs/adfs: dir: remove debug in adfs_dir_update() by Russell King · 5 years ago
- f352064 fs/adfs: super: fix inode dropping by Russell King · 5 years ago
- a464152 fs/adfs: bigdir: implement directory update support by Russell King · 5 years ago
- d79288b fs/adfs: bigdir: calculate and validate directory checkbyte by Russell King · 5 years ago
- aa3d4e0 fs/adfs: bigdir: directory validation strengthening by Russell King · 5 years ago
- 6674eca fs/adfs: bigdir: extract directory validation by Russell King · 5 years ago
- 0db35a0 fs/adfs: bigdir: factor out directory entry offset calculation by Russell King · 5 years ago
- aacc954 fs/adfs: newdir: split out directory commit from update by Russell King · 5 years ago
- cc625cc fs/adfs: newdir: clean up adfs_f_update() by Russell King · 5 years ago
- 9318731b fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read() by Russell King · 5 years ago
- 7a0e404 fs/adfs: newdir: improve directory validation by Russell King · 5 years ago
- ffc8df3 fs/adfs: newdir: factor out directory format validation by Russell King · 5 years ago
- 016936b fs/adfs: dir: use pointers to access directory head/tails by Russell King · 5 years ago
- 4287e4d fs/adfs: dir: add more efficient iterate() per-format method by Russell King · 5 years ago
- cdc46e9 fs/adfs: dir: switch to iterate_shared method by Russell King · 5 years ago
- 4a0a88b fs/adfs: dir: improve compiler coverage in adfs_dir_update by Russell King · 5 years ago
- f6075c7 fs/adfs: dir: improve update failure handling by Russell King · 5 years ago
- ae5df41 fs/adfs: dir: modernise on-disk directory structures by Russell King · 5 years ago
- deed1bf fs/adfs: dir: update directory locking by Russell King · 5 years ago
- c3c8149 fs/adfs: dir: add helper to mark directory buffers dirty by Russell King · 5 years ago
- 90011c7 fs/adfs: dir: add helper to read directory using inode by Russell King · 5 years ago
- 419a6e5 fs/adfs: dir: add generic directory reading by Russell King · 5 years ago
- a317120 fs/adfs: dir: add generic copy functions by Russell King · 5 years ago
- acf5f0b fs/adfs: dir: add common directory sync method by Russell King · 5 years ago
- 1dd9f5b fs/adfs: dir: add common directory buffer release method by Russell King · 5 years ago
- 95fbadb fs/adfs: dir: add common dir object initialisation by Russell King · 5 years ago
- 71b2612 fs/adfs: dir: rename bh_fplus to bhs by Russell King · 5 years ago
- f93793f fs/adfs: map: fix map scanning by Russell King · 5 years ago
- f6f14a0 fs/adfs: map: move map-specific sb initialisation to map.c by Russell King · 5 years ago
- 792314f fs/adfs: map: use find_next_bit_le() rather than open coding it by Russell King · 5 years ago
- 197ba3c fs/adfs: map: incorporate map offsets into layout by Russell King · 5 years ago
- 7b19526 fs/adfs: map: factor out map cleanup by Russell King · 5 years ago
- 6092b6b fs/adfs: map: break up adfs_read_map() by Russell King · 5 years ago
- e6160e4 fs/adfs: map: rename adfs_map_free() to adfs_map_statfs() by Russell King · 5 years ago
- f75d398 fs/adfs: map: move map reading and validation to map.c by Russell King · 5 years ago
- 8191624 fs/adfs: inode: fix adfs_mode2atts() by Russell King · 5 years ago
- eeeb9dd fs/adfs: inode: update timestamps to centisecond precision by Russell King · 5 years ago
- d2fbf4b Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- b4ed8f7 fs/adfs: add time stamp and file type helpers by Russell King · 6 years ago
- 8616108 fs/adfs: super: limit idlen according to directory type by Russell King · 6 years ago
- 5808b14 fs/adfs: super: fix use-after-free bug by Russell King · 6 years ago
- 4c5762f fs/adfs: super: safely update options on remount by Russell King · 6 years ago
- 421d3c0 fs/adfs: super: correct superblock flags by Russell King · 6 years ago
- 5ed70bb fs/adfs: clean up indirect disc addresses and fragment IDs by Russell King · 6 years ago
- ceb3b10 fs/adfs: clean up error message printing by Russell King · 6 years ago
- 2e67080 fs/adfs: use %pV for error messages by Russell King · 6 years ago
- cb88b5a fs/adfs: use format_version from disc_record by Russell King · 6 years ago
- 275f5b9 fs/adfs: add helper to get filesystem size by Russell King · 6 years ago
- 1dfdfc9 fs/adfs: add helper to get discrecord from map by Russell King · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 44e843e Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
- fc722a0 fs/adfs: fix filename fixup handling for "/" and "//" names by Russell King · 6 years ago
- 5f8de48 fs/adfs: move append_filetype_suffix() into adfs_object_fixup() by Russell King · 6 years ago
- 2eb0684 fs/adfs: remove truncated filename hashing by Russell King · 6 years ago
- adb514a fs/adfs: factor out filename fixup by Russell King · 6 years ago
- 411c49b fs/adfs: factor out object fixups by Russell King · 6 years ago
- 525715d fs/adfs: factor out filename case lowering by Russell King · 6 years ago
- 1e504cf fs/adfs: factor out filename comparison by Russell King · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
- 8f05a79 adfs: switch to ->free_inode() by Al Viro · 6 years ago
- 74f7909 adfs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- d9edcbc4 adfs: use timespec64 for time conversion by Arnd Bergmann · 7 years ago
- d8e78da adfs: don't put inodes into icache by Al Viro · 7 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- 9a7dddc adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias() by Al Viro · 7 years ago
- 686bb96 adfs_lookup_byname: .. *is* taken care of in fs/namei.c by Al Viro · 7 years ago