summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi2024-04-131-1/+1
* nilfs2: use a more common logging styleJoe Perches2024-04-131-15/+14
* nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2023-09-231-2/+5
* nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi2023-08-161-0/+8
* nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi2023-05-301-0/+18
* nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi2022-10-261-1/+17
* nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi2022-10-261-0/+2
* nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi2022-05-251-4/+59
* nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi2022-05-251-14/+90
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-041-10/+1
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* fs: add i_blocksize()Fabian Frederick2017-02-271-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+2
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-2/+2
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* nilfs2: use BIT() macroRyusuke Konishi2016-08-021-2/+2
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-021-10/+11
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-021-7/+4
* nilfs2: fix block commentsRyusuke Konishi2016-05-231-26/+47
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-231-7/+7
* nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi2016-05-231-3/+3
* nilfs2: add missing line spacingRyusuke Konishi2016-05-231-0/+1
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-231-3/+2
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-231-1/+1
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-231-4/+0
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+2
* nilfs2_direct_IO(): remove dead codeAl Viro2015-06-231-20/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-171-12/+13
|\ \ | |/ |/|
| * nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi2015-04-171-7/+8
| * nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi2015-04-171-2/+2
| * nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi2015-04-171-3/+3
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-2/+2
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-2/+1
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2014-12-101-8/+24
* nilfs2: improve the performance of fdatasync()Andreas Rohner2014-10-141-6/+7
* nilfs2: fix data loss with mmap()Andreas Rohner2014-09-261-1/+6
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+2
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-5/+5
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-4/+2
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko2013-07-031-4/+4