- c6deab0 reiserfs: check directory items on read from disk by Shreyansh Chouhan · 3 years, 4 months ago
- a86ec85 reiserfs: add check for root_inode in reiserfs_fill_super by Yu Kuai · 3 years, 5 months ago
- 03aec2c reiserfs: add check for invalid 1st journal block by Pavel Skripkin · 3 years, 6 months ago
- 54a4d8c reiserfs: update reiserfs_xattrs_initialized() condition by Tetsuo Handa · 3 years, 8 months ago
- 9acf794 reiserfs: add check for an invalid ih_entry_count by Rustam Kovhaev · 4 years ago
- ca6ca40 reiserfs: Fix memory leak in reiserfs_parse_options() by Jan Kara · 4 years, 9 months ago
- 1236310 reiserfs: only call unlock_new_inode() if I_NEW by Eric Biggers · 4 years, 5 months ago
- ec1ba15 reiserfs: Fix oops during mount by Jan Kara · 4 years, 2 months ago
- 05408d8 reiserfs: Initialize inode keys properly by Jan Kara · 4 years, 2 months ago
- 6980a74 reiserfs: prevent NULL pointer dereference in reiserfs_insert_item() by Yunfeng Ye · 4 years, 10 months ago
- c7f454f reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling by Jan Kara · 5 years ago
- 4ebc39f reiserfs: Fix memory leak of journal device string by Jan Kara · 5 years ago
- 5774dd5 reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr by Jeff Mahoney · 4 years, 10 months ago
- 0243d18 reiserfs: fix extended attributes on the root directory by Jeff Mahoney · 5 years ago
- 6c35bb5 reiserfs: propagate errors from fill_with_dentries() properly by Jann Horn · 6 years ago
- b631562 reiserfs: change j_timestamp type to time64_t by Arnd Bergmann · 6 years ago
- 696d906 reiserfs: fix broken xattr handling (heap corruption, bad retval) by Jann Horn · 6 years ago
- ec5e52a reiserfs: fix buffer overflow with long warning messages by Eric Biggers · 6 years ago
- 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
- 52b329d6 fs/reiserfs/journal.c: add missing resierfs_warning() arg by Andrew Morton · 7 years ago
- 304c1e9 reiserfs: Make cancel_old_flush() reliable by Jan Kara · 8 years ago
- 445e8f8 reiserfs: avoid a -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
- 90ef2c3 reiserfs: remove unneeded i_version bump by Jeff Layton · 7 years ago
- 0ccfbd4 reiserfs: don't preallocate blocks for extended attributes by Jeff Mahoney · 7 years ago
- b7d2528 reiserfs: fix race in prealloc discard by Jeff Mahoney · 7 years ago
- 69fbb44 reiserfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
- 61604a2 fs: add i_blocksize() by Fabian Frederick · 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
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 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 · 8 years ago
- 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
- 420902c reiserfs: Unlock superblock before calling reiserfs_quota_on_mount() by Mike Galbraith · 12 years ago
- 0a11b9a reiserfs: fix "new_insert_key may be used uninitialized ..." by Jeff Mahoney · 8 years ago
- 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
- c369533 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
- dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
- 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
- 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
- b9d8905 reiserfs: check kstrdup failure by Mikulas Patocka · 8 years ago
- 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
- c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- c51da20 more trivial ->iterate_shared conversions by Al Viro · 9 years ago
- 1ae1f3f reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack() by Al Viro · 9 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
- b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 9 years ago
- 79a628d reiserfs: switch to generic_{get,set,remove}xattr() by Al Viro · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
- 7dffc87 reiserfs_cache_default_acl(): use get_acl() by Al Viro · 9 years ago
- be6257b quota: Add support for ->get_nextdqblk() for VFS quota by Jan Kara · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- ff7d080 reiserfs: fix dereference of ERR_PTR by Sudip Mukherjee · 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
- ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
- 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
- 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
- 3cc5d9a fs/reiserfs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
- a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
- 2e6c97e reiserfs: Handle error from dquot_initialize() by Jan Kara · 9 years ago
- 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 89bfae4 fs/reiserfs: remove unneeded cast by Firo Yang · 9 years ago
- 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
- 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
- 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
- 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
- c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
- e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
- 5ce1aca reiserfs: fix __RASSERT format string by Nicolas Iooss · 10 years ago
- 0a240339 quota: Make VFS quotas use new interface for getting quota info by Jan Kara · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- 714b71a fs/reiserfs/inode.c: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
- 31f48fc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
- fa0c554 reiserfs: destroy allocated commit workqueue by Jiri Slaby · 10 years ago
- a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 6774def treewide: fix typo in printk and Kconfig by Masanari Iida · 10 years ago
- a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
- 5387363 reiserfs: Convert to private i_dquot field by Jan Kara · 10 years ago