aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-19/+23
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-12/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-12/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani7-18/+18
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-6/+2
2016-09-16reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith1-1/+11
2016-08-02reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney1-1/+2
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-12/+12
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+7
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie3-7/+7
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie2-5/+5
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro3-12/+15
2016-05-25reiserfs: check kstrdup failureMikulas Patocka1-2/+7
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro1-1/+5
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro8-113/+39
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro3-15/+12
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro7-98/+31
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov7-41/+41
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-5/+1
2016-03-28reiserfs_cache_default_acl(): use get_acl()Al Viro1-1/+1
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara1-0/+1
2016-01-22wrappers for ->i_mutex accessAl Viro4-37/+37
2016-01-21reiserfs: fix dereference of ERR_PTRSudip Mukherjee1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-23/+15
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-52/+17
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov3-23/+15
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher4-47/+11
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-0/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-1/+2
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-4/+4
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-26/+29
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher4-26/+29
2015-11-09fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-3/+5
2015-07-23reiserfs: Handle error from dquot_initialize()Jan Kara2-17/+53
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1