aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/inode.c
AgeCommit message (Expand)Author
2020-10-29reiserfs: only call unlock_new_inode() if I_NEWEric Biggers
2020-10-17reiserfs: Initialize inode keys properlyJan Kara
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-04-19reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara
2017-04-19reiserfs: Remove useless setting of i_flagsJan Kara
2017-02-27fs: add i_blocksize()Fabian Frederick
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-07-23reiserfs: Handle error from dquot_initialize()Jan Kara
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-05-21reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-05-31reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney
2013-05-21reiserfs: use ->invalidatepage() length argumentLukas Czerner
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2012-12-20reiserfs: drop vmtruncateMarco Stornelli
2012-11-19reiserfs: Move quota calls out of write lockJan Kara
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins