summaryrefslogtreecommitdiff
path: root/fs/nilfs2/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches1-15/+14
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+2
2020-06-04fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-1/+1
2020-06-04fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-1/+1
2020-06-04fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-12/+3
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+2
2017-02-28fs: add i_blocksize()Fabian Frederick1-2/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-03nilfs2: use BIT() macroRyusuke Konishi1-2/+2
2016-08-03nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-10/+11
2016-08-03nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-7/+4
2016-05-24nilfs2: fix block commentsRyusuke Konishi1-26/+47
2016-05-24nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-7/+7
2016-05-24nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi1-3/+3
2016-05-24nilfs2: add missing line spacingRyusuke Konishi1-0/+1
2016-05-24nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi1-3/+2
2016-05-24nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-23wrappers for ->i_mutex accessAl Viro1-2/+2
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+2
2015-06-24nilfs2_direct_IO(): remove dead codeAl Viro1-20/+2
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+13
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi1-7/+8
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi1-2/+2
2015-04-17nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi1-3/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-2/+2
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-2/+1
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2014-12-11nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi1-8/+24
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner1-6/+7
2014-09-26nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+2
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-5/+5
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-4/+2