- fa7845c treewide: Replace open-coded flex arrays in unions by Kees Cook · 3 years, 5 months ago
- e0cba89 hpfs: use iomap_fiemap to implement ->fiemap by Christoph Hellwig · 3 years, 5 months ago
- 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 6 months ago
- c1e4726 hpfs: replace one-element array with flexible-array member by Gustavo A. R. Silva · 3 years, 8 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
- 9fa88c5 hpfs: fix warning due to superfluous semicolon by Zou Wei · 4 years, 7 months ago
- 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
- 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
- 314999d fs: compat_ioctl: move FITRIM emulation into file systems by Arnd Bergmann · 6 years ago
- cdd62b5 fs: hpfs: Initialize filesystem timestamp ranges by Deepa Dinamani · 5 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 4d436d5 hpfs: switch to ->free_inode() by Al Viro · 6 years ago
- cb1d150 hpfs: fix spelling mistake "partion" -> "partition" by Colin Ian King · 6 years ago
- e0fcfe1 hpfs: remove unnecessary checks on the value of r when assigning error code by Colin Ian King · 6 years ago
- f08957d0 fs/hpfs: extend gmt_to_local() conversion to 64-bit times by Arnd Bergmann · 6 years ago
- e876c44 hpfs: fix an inode leak in lookup, switch to d_splice_alias() by Al Viro · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- f72328d hpfs: Use EUCLEAN for filesystem errors by Mikulas Patocka · 7 years ago
- 98087c0 hpfs: don't bother with the i_version counter or f_version by Jeff Layton · 7 years ago
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- 91fff9b hpfs: support FIEMAP by Mikulas Patocka · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
- d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
- 037369b hpfs: implement the show_options method by Mikulas Patocka · 9 years ago
- 44d5170 hpfs: fix remount failure when there are no options changed by Mikulas Patocka · 9 years ago
- 7d674b3 hpfs: switch to ->iterate_shared() by Al Viro · 9 years ago
- e82c314 hpfs: handle allocation failures in hpfs_add_pos() by Al Viro · 9 years ago
- b6853f7 hpfs: don't truncate the file when delete fails by Mikulas Patocka · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 4e728cf hpfs: missing endianness annotation by Al Viro · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- fdca5e6 fs/hpfs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
- f49a26e hpfs: update ctime and mtime on directory modification by Mikulas Patocka · 9 years ago
- a64eefa hpfs: support hotfixes by Mikulas Patocka · 9 years ago
- a28e4b2 hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead by Joe Perches · 10 years ago
- ce65761 hpfs: kstrdup() out of memory handling by Sanidhya Kashyap · 10 years ago
- d7b0409 hpfs: Remove unessary cast by Firo Yang · 10 years ago
- a27b5b9 hpfs: add fstrim support by Mikulas Patocka · 10 years ago
- db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
- f58d6c7 fs/hpfs/dnode.c: fix suspect code indent by Fabian Frederick · 10 years ago
- 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- a19189e fs/hpfs: increase pr_warn level by Fabian Frederick · 11 years ago
- 1749a10 fs/hpfs: use __func__ for logging by Fabian Frederick · 11 years ago
- 14da17f fs/hpfs: use pr_fmt for logging by Fabian Frederick · 11 years ago
- b7cb1ce fs/hpfs: convert printk to pr_foo() by Fabian Frederick · 11 years ago
- 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
- aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
- 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
- 1c0b8a7a hpfs: optimize quad buffer loading by Mikulas Patocka · 11 years ago
- 2cbe5c7 hpfs: remember free space by Mikulas Patocka · 11 years ago
- 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
- 30687e0 hpfs: make freeing sbi and codetables rcu-delayed by Al Viro · 11 years ago
- 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
- da67db4 Merge branch 'hpfs' from Mikulas Patocka by Linus Torvalds · 11 years ago
- 275f495 hpfs: implement prefetch to improve performance by Mikulas Patocka · 11 years ago
- a0c1b75 hpfs: use mpage by Mikulas Patocka · 11 years ago
- 3ebacb0 hpfs: better test for errors by Mikulas Patocka · 11 years ago
- da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 12 years ago
- 568f8f5 [readdir] convert hpfs by Al Viro · 12 years ago
- bbd465d hpfs: fix warnings when the filesystem fills up by Mikulas Patocka · 12 years ago
- 31abdab hpfs: deadlock and race in directory lseek() by Al Viro · 12 years ago
- 5f2e354 hpfs: move setting hpfs-private i_dirty to ->write_end() by Al Viro · 12 years ago
- 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
- 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
- 70b31c4 hpfs: drop vmtruncate by Marco Stornelli · 12 years ago
- f6e12dc hpfs: drop lock/unlock super by Marco Stornelli · 12 years ago
- 32daab9 hpfs: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
- aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
- 0e1a43c userns: Convert hpfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
- 7bc1bac HPFS: remove PRINTK() macro by Dan Carpenter · 13 years ago