aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 2-2/+2
2017-02-27fs/reiserfs: atomically read inode sizeGravatar Fabian Frederick 1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-05quota: constify struct path in quota_onGravatar Al Viro 1-2/+2
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledGravatar Christoph Hellwig 1-0/+1
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 1-0/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-2/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-19/+23
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-12/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 2-12/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 7-18/+18
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-6/+2
2016-09-16reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Gravatar Mike Galbraith 1-1/+11
2016-08-02reiserfs: fix "new_insert_key may be used uninitialized ..."Gravatar Jeff Mahoney 1-1/+2
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-12/+12
2016-07-20block: get rid of bio_rw and READAGravatar Christoph Hellwig 1-1/+1
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+7
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyGravatar Mike Christie 3-7/+7
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 2-5/+5
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 3-12/+15
2016-05-25reiserfs: check kstrdup failureGravatar Mikulas Patocka 1-2/+7
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cGravatar Andy Shevchenko 1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Gravatar Al Viro 1-1/+5
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 8-113/+39
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-4/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 3-15/+12
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Gravatar Al Viro 7-98/+31
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 7-41/+41
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 1-5/+1
2016-03-28reiserfs_cache_default_acl(): use get_acl()Gravatar Al Viro 1-1/+1
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaGravatar Jan Kara 1-0/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 4-37/+37
2016-01-21reiserfs: fix dereference of ERR_PTRGravatar Sudip Mukherjee 1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+2
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-23/+15
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 5-52/+17
2016-01-06fs: use block_device name vsprintf helperGravatar Dmitry Monakhov 3-23/+15
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-13xattr handlers: Simplify list operationGravatar Andreas Gruenbacher 4-47/+11
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1