summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/dir.c
AgeCommit message (Expand)AuthorLines
2025-01-24nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi-3/+10
2024-12-05nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()Ryusuke Konishi-1/+1
2024-11-05nilfs2: convert nilfs_page_count_clean_buffers() to take a folioMatthew Wilcox (Oracle)-1/+1
2024-10-17nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi-23/+25
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds-39/+5
2024-09-01nilfs2: use common implementation of file typeHuang Xiaojia-39/+5
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)-1/+1
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)-1/+1
2024-07-03nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi-2/+30
2024-07-03nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi-0/+6
2024-06-05nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi-1/+1
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+0
2024-05-11nilfs2: remove calls to folio_set_error() and folio_clear_error()Matthew Wilcox (Oracle)-1/+0
2024-04-16nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park-1/+1
2023-12-10nilfs2: convert nilfs_prepare_chunk() and nilfs_commit_chunk() to foliosMatthew Wilcox (Oracle)-20/+19
2023-12-10nilfs2: convert nilfs_make_empty() to use a folioMatthew Wilcox (Oracle)-9/+9
2023-12-10nilfs2: convert nilfs_empty_dir() to use a folioMatthew Wilcox (Oracle)-15/+4
2023-12-10nilfs2: convert nilfs_add_link() to use a folioMatthew Wilcox (Oracle)-17/+14
2023-12-10nilfs2: convert nilfs_rename() to use foliosMatthew Wilcox (Oracle)-36/+32
2023-12-10nilfs2: convert nilfs_find_entry to use a folioMatthew Wilcox (Oracle)-6/+6
2023-12-10nilfs2: convert nilfs_readdir to use a folioMatthew Wilcox (Oracle)-5/+5
2023-12-10nilfs2: add nilfs_get_folio()Matthew Wilcox (Oracle)-21/+32
2023-12-10nilfs2: switch to kmap_local for directory handlingMatthew Wilcox (Oracle)-14/+13
2023-12-10nilfs2: pass the mapped address to nilfs_check_page()Matthew Wilcox (Oracle)-3/+2
2023-12-10nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)-30/+27
2023-12-10nilfs2: remove page_address() from nilfs_delete_entryMatthew Wilcox (Oracle)-2/+2
2023-12-10nilfs2: remove page_address() from nilfs_add_linkMatthew Wilcox (Oracle)-1/+1
2023-12-10nilfs2: remove page_address() from nilfs_set_linkMatthew Wilcox (Oracle)-1/+1
2023-12-10nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi-10/+1
2023-10-18nilfs2: convert to new timestamp accessorsJeff Layton-3/+3
2023-07-24nilfs2: convert to ctime accessor functionsJeff Layton-3/+3
2022-06-29nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)-1/+1
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi-1/+1
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi-10/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-3/+3
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi-0/+22
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi-21/+17
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi-23/+24
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi-2/+2
2016-05-23nilfs2: add missing line spacingRyusuke Konishi-0/+2
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi-4/+0
2016-05-09more trivial ->iterate_shared conversionsAl Viro-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro-7/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-16/+16
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick-5/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-1/+1
2013-06-29[readdir] convert nilfs2Al Viro-30/+18
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang-2/+2