| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-11 | hfsplus: Report case sensitivity in fileattr_get | Chuck Lever | 1 | -1/+15 |
| 2026-04-13 | Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd... | Linus Torvalds | 14 | -182/+673 |
| 2026-04-08 | hfsplus: fix generic/642 failure | Viacheslav Dubeyko | 1 | -12/+20 |
| 2026-04-08 | hfsplus: rework logic of map nodes creation in xattr b-tree | Viacheslav Dubeyko | 1 | -23/+104 |
| 2026-04-08 | hfsplus: fix logic of alloc/free b-tree node | Viacheslav Dubeyko | 1 | -0/+3 |
| 2026-04-08 | hfsplus: fix error processing issue in hfs_bmap_free() | Viacheslav Dubeyko | 1 | -5/+9 |
| 2026-04-08 | hfsplus: fix potential race conditions in b-tree functionality | Viacheslav Dubeyko | 4 | -8/+18 |
| 2026-03-27 | hfsplus: extract hidden directory search into a helper function | Zilin Guan | 1 | -12/+32 |
| 2026-03-27 | hfsplus: fix held lock freed on hfsplus_fill_super() | Zilin Guan | 1 | -1/+3 |
| 2026-03-25 | hfsplus: fix generic/523 test-case failure | Viacheslav Dubeyko | 5 | -55/+127 |
| 2026-03-18 | hfsplus: validate b-tree node 0 bitmap at mount time | Shardul Bankar | 1 | -0/+60 |
| 2026-03-18 | hfsplus: refactor b-tree map page access and add node-type validation | Shardul Bankar | 1 | -47/+122 |
| 2026-03-17 | hfsplus: fix to update ctime after rename | Viacheslav Dubeyko | 1 | -2/+13 |
| 2026-03-16 | hfsplus: fix generic/533 test-case failure | Viacheslav Dubeyko | 3 | -13/+38 |
| 2026-03-12 | hfsplus: set ctime after setxattr and removexattr | Viacheslav Dubeyko | 1 | -0/+4 |
| 2026-03-09 | hfsplus: fix uninit-value by validating catalog record size | Deepanshu Kartikey | 5 | -4/+64 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 7 | -24/+24 |
| 2026-03-04 | hfsplus: fix potential Allocation File corruption after fsync | Viacheslav Dubeyko | 8 | -9/+65 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -5/+5 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -5/+5 |
| 2026-02-06 | hfsplus: avoid double unload_nls() on mount failure | Shardul Bankar | 1 | -1/+0 |
| 2026-01-29 | hfsplus: fix warning issue in inode.c | Viacheslav Dubeyko | 1 | -2/+2 |
| 2026-01-28 | hfsplus: fix generic/062 xfstests failure | Viacheslav Dubeyko | 2 | -13/+39 |
| 2026-01-19 | hfsplus: fix generic/037 xfstests failure | Viacheslav Dubeyko | 3 | -55/+136 |
| 2026-01-06 | hfsplus: pretend special inodes as regular files | Tetsuo Handa | 1 | -0/+6 |
| 2026-01-06 | hfsplus: return error when node already exists in hfs_bnode_create | Shardul Bankar | 1 | -1/+1 |
| 2026-01-06 | hfsplus: fix generic/020 xfstests failure | Viacheslav Dubeyko | 2 | -14/+70 |
| 2025-12-15 | hfsplus: fix volume corruption issue for generic/498 | Viacheslav Dubeyko | 1 | -1/+11 |
| 2025-12-15 | hfsplus: fix volume corruption issue for generic/480 | Viacheslav Dubeyko | 2 | -1/+50 |
| 2025-12-15 | hfsplus: ensure sb->s_fs_info is always cleaned up | Mehdi Ben Hadj Khelifa | 1 | -4/+9 |
| 2025-12-03 | Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 15 | -501/+1782 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2025-11-25 | hfs/hfsplus: move on-disk layout declarations into hfs_common.h | Viacheslav Dubeyko | 3 | -406/+11 |
| 2025-11-25 | hfsplus: fix volume corruption issue for generic/101 | Viacheslav Dubeyko | 3 | -33/+65 |
| 2025-11-24 | hfsplus: introduce KUnit tests for HFS+ string operations | Viacheslav Dubeyko | 5 | -3/+1618 |
| 2025-11-18 | hfsplus: fix volume corruption issue for generic/073 | Viacheslav Dubeyko | 1 | -1/+6 |
| 2025-11-18 | hfsplus: Verify inode mode when loading from disk | Tetsuo Handa | 1 | -4/+28 |
| 2025-11-13 | hfsplus: fix volume corruption issue for generic/070 | Viacheslav Dubeyko | 1 | -2/+1 |
| 2025-11-13 | hfs/hfsplus: prevent getting negative values of offset/length | Viacheslav Dubeyko | 5 | -52/+52 |
| 2025-11-13 | hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create | Yang Chenzhi | 1 | -0/+1 |
| 2025-11-05 | fs: inline current_umask() and move it to fs_struct.h | Mateusz Guzik | 1 | -0/+1 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-09-24 | hfs/hfsplus: rework debug output subsystem | Viacheslav Dubeyko | 11 | -89/+63 |
| 2025-09-22 | hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp() | Viacheslav Dubeyko | 1 | -0/+24 |
| 2025-09-09 | hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() | Kang Chen | 4 | -11/+29 |
| 2025-08-31 | hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat() | Viacheslav Dubeyko | 1 | -5/+18 |
| 2025-08-31 | hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent() | Viacheslav Dubeyko | 1 | -1/+7 |
| 2025-08-31 | hfs: validate record offset in hfsplus_bmap_alloc | Yang Chenzhi | 3 | -41/+48 |
| 2025-08-31 | hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su... | Yangtao Li | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'hfs-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 6 | -8/+107 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+4 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -5/+9 |
| 2025-07-25 | hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() | Viacheslav Dubeyko | 1 | -0/+92 |
| 2025-07-25 | hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() | Viacheslav Dubeyko | 1 | -0/+7 |
| 2025-07-25 | hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file() | Tetsuo Handa | 1 | -1/+5 |
| 2025-07-25 | hfsplus: don't set REQ_SYNC for hfsplus_submit_bio() | Johannes Thumshirn | 1 | -4/+2 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 2 | -5/+9 |
| 2025-07-06 | hfsplus: remove mutex_lock check in hfsplus_free_extents | Yangtao Li | 1 | -3/+0 |
| 2025-07-06 | hfsplus: make splice write available again | Yangtao Li | 1 | -0/+1 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 2 | -4/+4 |
| 2025-06-17 | fs: convert simple use of generic_file_*_mmap() to .mmap_prepare() | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+1 |
| 2025-05-07 | hfsplus: use bdev_rw_virt in hfsplus_submit_bio | Christoph Hellwig | 1 | -37/+9 |
| 2025-04-07 | hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key | Vasiliy Kovalev | 1 | -0/+6 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -3/+3 |
| 2024-11-18 | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2 | -1/+4 |
| 2024-11-12 | hfsplus: don't query the device logical block size multiple times | Thadeu Lima de Souza Cascardo | 2 | -1/+4 |
| 2024-10-08 | Merge patch series "adfs, affs, befs, hfs, hfsplus: convert to new mount api" | Christian Brauner | 3 | -199/+146 |
| 2024-10-08 | hfsplus: convert hfsplus to use the new mount api | Eric Sandeen | 3 | -199/+146 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 3 | -7/+6 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-07-15 | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 4 | -18/+31 |
| 2024-07-06 | hfsplus: fix uninit-value in copy_name | Edward Adam Davis | 1 | -1/+1 |
| 2024-06-27 | vfs: rename parent_ino to d_parent_ino and make it use RCU | Mateusz Guzik | 1 | -2/+2 |
| 2024-06-21 | hfsplus: fix to avoid false alarm of circular locking | Chao Yu | 3 | -16/+29 |
| 2024-04-24 | hfsplus: refactor copy_name to not use strncpy | Justin Stitt | 1 | -12/+10 |
| 2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
| 2024-02-25 | hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info | Al Viro | 2 | -3/+10 |
| 2024-02-12 | fs/hfsplus: use better @opf description | Randy Dunlap | 1 | -1/+1 |
| 2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+2 |
| 2023-12-29 | hfsplus: really remove hfsplus_writepage | Matthew Wilcox (Oracle) | 1 | -6/+2 |
| 2023-12-12 | fs/hfsplus: wrapper.c: fix kernel-doc warnings | Randy Dunlap | 1 | -2/+3 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -14/+16 |
| 2023-10-18 | hfsplus: convert to new timestamp accessors | Jeff Layton | 2 | -14/+16 |
| 2023-10-09 | hfsplus: move hfsplus_xattr_handlers to .rodata | Wedson Almeida Filho | 2 | -2/+2 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-08-29 | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -3/+3 |
| 2023-08-18 | fs: hfsplus: make extend error rate limited | Colin Ian King | 1 | -3/+3 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
| 2023-07-24 | hfsplus: convert to ctime accessor functions | Jeff Layton | 3 | -14/+16 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-04-12 | fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode() | Tetsuo Handa | 1 | -5/+23 |
| 2023-03-02 | fs: hfsplus: fix UAF issue in hfsplus_put_super | Dongliang Mu | 1 | -2/+2 |
| 2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -10/+10 |
| 2023-02-20 | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-02-02 | fs: hfsplus: initialize fsdata in hfsplus_file_truncate() | Alexander Potapenko | 1 | -1/+1 |
| 2023-02-02 | hfsplus: remove unnecessary variable initialization | XU pengfei | 1 | -9/+9 |
| 2023-01-26 | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 1 | -0/+1 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 4 | -4/+4 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-11 | hfsplus: fix bug causing custom uid and gid being unable to be assigned with ... | Aditya Garg | 3 | -2/+8 |
| 2022-12-11 | hfsplus: remove ->writepage | Christoph Hellwig | 1 | -1/+1 |
| 2022-09-11 | hfsplus: convert kmap() to kmap_local_page() in btree.c | Fabio M. De Francesco | 1 | -14/+14 |
| 2022-09-11 | hfsplus: convert kmap() to kmap_local_page() in bitmap.c | Fabio M. De Francesco | 1 | -10/+10 |
| 2022-09-11 | hfsplus: convert kmap() to kmap_local_page() in bnode.c | Fabio M. De Francesco | 1 | -57/+48 |
| 2022-09-11 | hfsplus: unmap the page in the "fail_page" label | Fabio M. De Francesco | 1 | -0/+1 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -4/+0 |
| 2022-07-14 | fs/hfsplus: Use the enum req_op and blk_opf_t types | Bart Van Assche | 4 | -12/+11 |
| 2022-06-29 | hfsplus: Remove check for PageError | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2022-05-09 | fs: Change try_to_free_buffers() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-09 | hfsplus: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -11/+12 |
| 2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2022-05-08 | hfsplus: Call hfsplus_write_begin() and generic_write_end() directly | Matthew Wilcox (Oracle) | 3 | -7/+8 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from cont_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -2/+4 |
| 2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+2 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -3/+1 |
| 2022-02-02 | block: remove genhd.h | Christoph Hellwig | 1 | -1/+0 |
| 2022-01-20 | hfsplus: use struct_group_attr() for memcpy() region | Kees Cook | 2 | -6/+10 |
| 2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -8/+4 |
| 2021-11-09 | hfs/hfsplus: use WARN_ON for sanity check | Arnd Bergmann | 1 | -8/+4 |
| 2021-10-18 | hfsplus: use bdev_nr_sectors instead of open coding it | Christoph Hellwig | 1 | -1/+1 |
| 2021-07-01 | hfsplus: report create_date to kstat.btime | Chung-Chiang Cheng | 1 | -0/+5 |
| 2021-07-01 | hfsplus: remove unnecessary oom message | Zhen Lei | 1 | -1/+0 |
| 2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+2 |
| 2021-05-14 | hfsplus: prevent corruption in shrinking truncate | Jouni Roivas | 1 | -3/+4 |
| 2021-04-12 | hfsplus: convert to fileattr | Miklos Szeredi | 4 | -95/+59 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -20/+29 |
| 2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 2 | -2/+2 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 3 | -15/+20 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 4 | -0/+4 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2 | -2/+2 |
| 2020-10-29 | fs: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
| 2020-05-22 | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig | 2 | -2/+2 |
| 2020-05-04 | hfsplus: stop using ioctl_by_bdev | Christoph Hellwig | 1 | -15/+18 |
| 2020-04-10 | hfsplus: fix crash and filesystem corruption when deleting files | Simon Gander | 1 | -0/+4 |
| 2019-12-18 | hfs/hfsplus: use 64-bit inode timestamps | Arnd Bergmann | 2 | -11/+29 |
| 2019-07-16 | fs/hfsplus/xattr.c: replace strncpy with memcpy | Mathieu Malaterre | 1 | -1/+1 |
| 2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 1 | -9/+12 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-01 | hfsplus: switch to ->free_inode() | Al Viro | 1 | -10/+3 |
| 2019-01-04 | hfsplus: return file attributes on statx | Ernesto A. Fernández | 3 | -0/+24 |
| 2018-11-30 | hfsplus: do not free node before using | Pan Bian | 1 | -1/+2 |
| 2018-10-31 | hfsplus: update timestamps on truncate() | Ernesto A. Fernández | 1 | -0/+1 |
| 2018-10-31 | hfsplus: fix return value of hfsplus_get_block() | Ernesto A. Fernández | 1 | -1/+3 |
| 2018-10-31 | hfsplus: prevent btree data loss on ENOSPC | Ernesto A. Fernández | 5 | -16/+68 |
| 2018-10-31 | hfsplus: fix BUG on bnode parent update | Ernesto A. Fernández | 1 | -0/+1 |
| 2018-10-31 | hfsplus: prevent btree data loss on root split | Ernesto A. Fernández | 1 | -0/+4 |
| 2018-08-23 | hfsplus: prevent crash on exit from failed search | Ernesto A. Fernandez | 1 | -3/+4 |
| 2018-08-23 | hfsplus: fix NULL dereference in hfsplus_lookup() | Ernesto A. Fernández | 1 | -2/+2 |
| 2018-08-22 | hfsplus: drop ACL support | Ernesto A. Fernández | 11 | -232/+4 |
| 2018-08-22 | hfsplus: fix decomposition of Hangul characters | Ernesto A. Fernández | 1 | -6/+56 |
| 2018-08-22 | hfsplus: avoid deadlock on file truncation | Ernesto A. Fernández | 1 | -4/+14 |
| 2018-08-22 | hfsplus: don't return 0 when fill_super() failed | Tetsuo Handa | 1 | -1/+3 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -6/+6 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -6/+6 |
| 2018-06-04 | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+1 |
| 2018-05-22 | hfsplus: switch to d_splice_alias() | Al Viro | 1 | -2/+1 |
| 2018-05-18 | hfsplus: stop workqueue when fill_super() failed | Tetsuo Handa | 1 | -0/+1 |
| 2018-02-06 | hfsplus: honor setgid flag on directories | Ernesto A. Fernandez | 4 | -8/+8 |
| 2018-01-01 | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at | Adam Borowski | 1 | -3/+0 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -11/+11 |
| 2017-11-17 | hfs/hfsplus: clean up unused variables in bnode.c | Christos Gkekas | 1 | -4/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 25 | -0/+25 |
| 2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -5/+5 |
| 2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2017-09-06 | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -1/+1 |
| 2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -1/+1 |
| 2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 1 | -1/+1 |
| 2017-07-18 | hfsplus: Don't clear SGID when inheriting ACLs | Jan Kara | 1 | -12/+18 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -5/+5 |
| 2017-05-08 | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag | Tetsuo Handa | 1 | -3/+2 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2017-02-27 | hfsplus: atomically read inode size | Fabian Frederick | 1 | -1/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig | 1 | -2/+2 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -10/+14 |