aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2017-02-27fs: add i_blocksize()Fabian Frederick2-2/+2
2017-02-27fs/reiserfs: atomically read inode sizeFabian Frederick1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-05quota: constify struct path in quota_onAl Viro1-2/+2
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig1-0/+1
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/vi...Linus 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/jac...Linus 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/...Linus 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/vir...Linus Torvalds3-23/+15
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus 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/v...Linus 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
2015-06-25fs/reiserfs: remove unneeded castFiro Yang1-2/+1
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-87/+87
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-2/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells9-87/+87
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-17reiserfs: fix __RASSERT format stringNicolas Iooss1-1/+0
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick1-1/+1
2014-12-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+3
2014-12-12reiserfs: destroy allocated commit workqueueJiri Slaby1-0/+3
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+12
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro1-3/+3
2014-11-10reiserfs: Convert to private i_dquot fieldJan Kara2-0/+15
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-6/+9
2014-10-14fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick1-3/+5
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2014-10-12reiserfs: remove pointless forward declaration of struct nameidataAl Viro1-1/+0
2014-09-17reiserfs: Don't use MAXQUOTAS valueJan Kara2-9/+12
2014-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-61/+92
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara2-7/+21
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick1-0/+20
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick14-14/+14
2014-08-08fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick4-9/+8
2014-08-05reiserfs: fix corruption introduced by balance_leaf refactorJeff Mahoney3-54/+71
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-10/+10
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds23-4892/+7031
2014-06-11reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECKJan Kara1-1/+1
2014-06-06fs/reiserfs/stree.c: remove obsolete __constantFabian Frederick1-4/+4
2014-06-06fs/reiserfs/bitmap.c: coding style fixesFabian Frederick1-7/+6
2014-05-21reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney1-1/+7
2014-05-14reiserfs: remove obsolete __constant_cpu_to_le32Fabian Frederick1-4/+4
2014-05-13reiserfs: balance_leaf refactor, split up balance_leaf_when_deleteJeff Mahoney1-155/+163
2014-05-13reiserfs: balance_leaf refactor, format balance_leaf_finish_nodeJeff Mahoney1-92/+73
2014-05-13reiserfs: balance_leaf refactor, format balance_leaf_new_nodes_pasteJeff Mahoney1-205/+271
2014-05-07reiserfs: balance_leaf refactor, format balance_leaf_paste_rightJeff Mahoney1-125/+165
2014-05-07reiserfs: balance_leaf refactor, format balance_leaf_insert_rightJeff Mahoney1-52/+65
2014-05-07reiserfs: balance_leaf refactor, format balance_leaf_paste_leftJeff Mahoney1-139/+222
2014-05-07reiserfs: balance_leaf refactor, format balance_leaf_insert_leftJeff Mahoney1-43/+50
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf{left, right, new_nodes...Jeff Mahoney1-99/+108
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_finish_node_pasteJeff Mahoney1-71/+79
2014-05-07reiserfs: balance_leaf refactor pull out balance_leaf_finish_node_insertJeff Mahoney1-9/+21
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_new_nodes_pasteJeff Mahoney1-146/+160
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_new_nodes_insertJeff Mahoney1-60/+73
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_paste_rightJeff Mahoney1-80/+90
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_insert_rightJeff Mahoney1-63/+75
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_paste_leftJeff Mahoney1-53/+64
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_insert_leftJeff Mahoney1-49/+59
2014-05-07reiserfs: balance_leaf refactor, move state variables into tree_balanceJeff Mahoney4-222/+214
2014-05-07reiserfs: balance_leaf refactor, reformat balance_leaf commentsJeff Mahoney1-32/+52
2014-05-07reiserfs: cleanup, make hash detection sanerJeff Mahoney1-58/+47
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+2
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+4
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney15-130/+129
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney11-68/+68
2014-05-06reiserfs: cleanup, remove unnecessary parens in dirent creationJeff Mahoney1-33/+34
2014-05-06reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney3-11/+11
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney12-38/+35
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney10-79/+79
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney10-90/+75
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney23-3311/+5124
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney14-239/+284
2014-05-06reiserfs: use per-fs commit workqueuesJeff Mahoney3-25/+20
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+4
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-03fs/reiserfs: move prototype declaration to header fileRashika Kheria2-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-03reiserfs: fix race in readdirJeff Mahoney1-2/+4
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-02-17reiserfs: fix utterly brain-damaged indentation.Dave Jones1-700/+195
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-179/+45
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig5-161/+35
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig1-10/+10
2014-01-25kill reiserfs_bdevname()Al Viro3-14/+6
2014-01-23remove extra definitions of U32_MAXAlex Elder1-4/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2013-09-24reiserfs: fix race with flush_used_journal_lists and flush_journal_listJeff Mahoney1-1/+4
2013-09-24reiserfs: remove useless flush_old_journal_listsJeff Mahoney1-62/+0
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds15-285/+324
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney4-23/+63
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney13-194/+201
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney4-78/+70
2013-08-05reiserfs: fix deadlock in umountAl Viro2-82/+20
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+9
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro3-17/+15
2013-06-29reiserfs: is_privroot_deh() needs only directory inode, actuallyAl Viro1-5/+4
2013-06-29[readdir] convert reiserfsAl Viro3-23/+19
2013-05-31reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney1-2/+7
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2-1/+16
2013-05-31reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryJeff Mahoney1-0/+2
2013-05-21reiserfs: use ->invalidatepage() length argumentLukas Czerner1-2/+7
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07make blkdev_put() return voidAl Viro1-13/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-94/+29
2013-05-01reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()David Howells1-11/+18
2013-05-01proc: Add proc_mkdir_data()David Howells1-2/+1
2013-04-09reiserfs: use proc_remove_subtree()Al Viro1-21/+9
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro1-60/+1
2013-03-29reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara1-2/+2
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2013-02-22new helper: file_inode(file)Al Viro3-3/+3
2012-12-20reiserfs: drop vmtruncateMarco Stornelli3-6/+13
2012-11-19reiserfs: Move quota calls out of write lockJan Kara3-7/+25
2012-11-19reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-19reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-19reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-1/+5
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-18/+32
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman2-16/+30
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2012-09-04reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat1-1/+1
2012-08-15reiserfs: fix deadlocks with quotasJeff Mahoney2-3/+1
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-4/+4
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro2-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1