summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/dir.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi2024-10-171-23/+25
* Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-39/+5
|\
| * nilfs2: use common implementation of file typeHuang Xiaojia2024-09-011-39/+5
* | buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
* | buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
|/
* nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi2024-07-031-2/+30
* nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2024-07-031-0/+6
* nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi2024-06-051-1/+1
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-191-1/+0
|\
| * nilfs2: remove calls to folio_set_error() and folio_clear_error()Matthew Wilcox (Oracle)2024-05-111-1/+0
* | nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park2024-04-161-1/+1
|/
* nilfs2: convert nilfs_prepare_chunk() and nilfs_commit_chunk() to foliosMatthew Wilcox (Oracle)2023-12-101-20/+19
* nilfs2: convert nilfs_make_empty() to use a folioMatthew Wilcox (Oracle)2023-12-101-9/+9
* nilfs2: convert nilfs_empty_dir() to use a folioMatthew Wilcox (Oracle)2023-12-101-15/+4
* nilfs2: convert nilfs_add_link() to use a folioMatthew Wilcox (Oracle)2023-12-101-17/+14
* nilfs2: convert nilfs_rename() to use foliosMatthew Wilcox (Oracle)2023-12-101-36/+32
* nilfs2: convert nilfs_find_entry to use a folioMatthew Wilcox (Oracle)2023-12-101-6/+6
* nilfs2: convert nilfs_readdir to use a folioMatthew Wilcox (Oracle)2023-12-101-5/+5
* nilfs2: add nilfs_get_folio()Matthew Wilcox (Oracle)2023-12-101-21/+32
* nilfs2: switch to kmap_local for directory handlingMatthew Wilcox (Oracle)2023-12-101-14/+13
* nilfs2: pass the mapped address to nilfs_check_page()Matthew Wilcox (Oracle)2023-12-101-3/+2
* nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)2023-12-101-30/+27
* nilfs2: remove page_address() from nilfs_delete_entryMatthew Wilcox (Oracle)2023-12-101-2/+2
* nilfs2: remove page_address() from nilfs_add_linkMatthew Wilcox (Oracle)2023-12-101-1/+1
* nilfs2: remove page_address() from nilfs_set_linkMatthew Wilcox (Oracle)2023-12-101-1/+1
* nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi2023-12-101-10/+1
* nilfs2: convert to new timestamp accessorsJeff Layton2023-10-181-3/+3
* nilfs2: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-1/+1
* nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-091-1/+1
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-041-10/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-3/+3
* nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-021-0/+22
* nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi2016-08-021-21/+17
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-231-23/+24
* nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi2016-05-231-2/+2
* nilfs2: add missing line spacingRyusuke Konishi2016-05-231-0/+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
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* make ext2_get_page() and friends work without external serializationAl Viro2016-05-021-7/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-16/+16
* pagemap.h: move dir_pages() over thereFabian Frederick2015-06-231-5/+0
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* [readdir] convert nilfs2Al Viro2013-06-291-30/+18
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* nilfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* nilfs: propagate umode_tAl Viro2012-01-031-1/+1
* nilfs2: add compat ioctlRyusuke Konishi2011-03-081-1/+1
* nilfs2: use common file attribute macrosRyusuke Konishi2011-03-081-3/+0