index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
dir.c
Age
Commit message (
Expand
)
Author
2025-01-24
nilfs2: handle errors that nilfs_prepare_chunk() may return
Ryusuke Konishi
2024-12-05
nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()
Ryusuke Konishi
2024-11-05
nilfs2: convert nilfs_page_count_clean_buffers() to take a folio
Matthew Wilcox (Oracle)
2024-10-17
nilfs2: propagate directory read errors from nilfs_find_entry()
Ryusuke Konishi
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-09-01
nilfs2: use common implementation of file type
Huang Xiaojia
2024-08-07
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
2024-07-03
nilfs2: fix kernel bug on rename operation of broken directory
Ryusuke Konishi
2024-07-03
nilfs2: add missing check for inode numbers on directory entries
Ryusuke Konishi
2024-06-05
nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors
Ryusuke Konishi
2024-05-19
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-05-11
nilfs2: remove calls to folio_set_error() and folio_clear_error()
Matthew Wilcox (Oracle)
2024-04-16
nilfs2: fix OOB in nilfs_set_de_type
Jeongjun Park
2023-12-10
nilfs2: convert nilfs_prepare_chunk() and nilfs_commit_chunk() to folios
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert nilfs_make_empty() to use a folio
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert nilfs_empty_dir() to use a folio
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert nilfs_add_link() to use a folio
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert nilfs_rename() to use folios
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert nilfs_find_entry to use a folio
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert nilfs_readdir to use a folio
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: add nilfs_get_folio()
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: switch to kmap_local for directory handling
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: pass the mapped address to nilfs_check_page()
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: return the mapped address from nilfs_get_page()
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: remove page_address() from nilfs_delete_entry
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: remove page_address() from nilfs_add_link
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: remove page_address() from nilfs_set_link
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_link
Ryusuke Konishi
2023-10-18
nilfs2: convert to new timestamp accessors
Jeff Layton
2023-07-24
nilfs2: convert to ctime accessor functions
Jeff Layton
2022-06-29
nilfs2: Remove check for PageError
Matthew Wilcox (Oracle)
2021-11-09
nilfs2: remove filenames from file comments
Ryusuke Konishi
2018-09-04
nilfs2: convert to SPDX license tags
Ryusuke Konishi
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-08-02
nilfs2: move ioctl interface and disk layout to uapi separately
Ryusuke Konishi
2016-08-02
nilfs2: hide function name argument from nilfs_error()
Ryusuke Konishi
2016-05-23
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
2016-05-23
nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()
Ryusuke Konishi
2016-05-23
nilfs2: add missing line spacing
Ryusuke Konishi
2016-05-23
nilfs2: clean up old e-mail addresses
Ryusuke Konishi
2016-05-23
nilfs2: remove FSF mailing address from GPL notices
Ryusuke Konishi
2016-05-09
more trivial ->iterate_shared conversions
Al Viro
2016-05-02
make ext2_get_page() and friends work without external serialization
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2015-06-23
pagemap.h: move dir_pages() over there
Fabian Frederick
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2013-06-29
[readdir] convert nilfs2
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-03-20
nilfs2: remove the second argument of k[un]map_atomic()
Cong Wang
[next]