index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: convert nilfs_prepare_chunk() and nilfs_commit_chunk() to folios
Matthew Wilcox (Oracle)
2023-12-10
1
-20
/
+19
*
nilfs2: convert nilfs_make_empty() to use a folio
Matthew Wilcox (Oracle)
2023-12-10
1
-9
/
+9
*
nilfs2: convert nilfs_empty_dir() to use a folio
Matthew Wilcox (Oracle)
2023-12-10
1
-15
/
+4
*
nilfs2: convert nilfs_add_link() to use a folio
Matthew Wilcox (Oracle)
2023-12-10
1
-17
/
+14
*
nilfs2: convert nilfs_rename() to use folios
Matthew Wilcox (Oracle)
2023-12-10
1
-36
/
+32
*
nilfs2: convert nilfs_find_entry to use a folio
Matthew Wilcox (Oracle)
2023-12-10
1
-6
/
+6
*
nilfs2: convert nilfs_readdir to use a folio
Matthew Wilcox (Oracle)
2023-12-10
1
-5
/
+5
*
nilfs2: add nilfs_get_folio()
Matthew Wilcox (Oracle)
2023-12-10
1
-21
/
+32
*
nilfs2: switch to kmap_local for directory handling
Matthew Wilcox (Oracle)
2023-12-10
1
-14
/
+13
*
nilfs2: pass the mapped address to nilfs_check_page()
Matthew Wilcox (Oracle)
2023-12-10
1
-3
/
+2
*
nilfs2: return the mapped address from nilfs_get_page()
Matthew Wilcox (Oracle)
2023-12-10
1
-30
/
+27
*
nilfs2: remove page_address() from nilfs_delete_entry
Matthew Wilcox (Oracle)
2023-12-10
1
-2
/
+2
*
nilfs2: remove page_address() from nilfs_add_link
Matthew Wilcox (Oracle)
2023-12-10
1
-1
/
+1
*
nilfs2: remove page_address() from nilfs_set_link
Matthew Wilcox (Oracle)
2023-12-10
1
-1
/
+1
*
nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_link
Ryusuke Konishi
2023-12-10
1
-10
/
+1
*
nilfs2: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-3
/
+3
*
nilfs2: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-3
/
+3
*
nilfs2: Remove check for PageError
Matthew Wilcox (Oracle)
2022-06-29
1
-1
/
+1
*
nilfs2: remove filenames from file comments
Ryusuke Konishi
2021-11-09
1
-1
/
+1
*
nilfs2: convert to SPDX license tags
Ryusuke Konishi
2018-09-04
1
-10
/
+1
*
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-3
/
+3
*
nilfs2: move ioctl interface and disk layout to uapi separately
Ryusuke Konishi
2016-08-02
1
-0
/
+22
*
nilfs2: hide function name argument from nilfs_error()
Ryusuke Konishi
2016-08-02
1
-21
/
+17
*
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
2016-05-23
1
-23
/
+24
*
nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()
Ryusuke Konishi
2016-05-23
1
-2
/
+2
*
nilfs2: add missing line spacing
Ryusuke Konishi
2016-05-23
1
-0
/
+2
*
nilfs2: clean up old e-mail addresses
Ryusuke Konishi
2016-05-23
1
-1
/
+1
*
nilfs2: remove FSF mailing address from GPL notices
Ryusuke Konishi
2016-05-23
1
-4
/
+0
*
more trivial ->iterate_shared conversions
Al Viro
2016-05-09
1
-1
/
+1
*
make ext2_get_page() and friends work without external serialization
Al Viro
2016-05-02
1
-7
/
+7
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-16
/
+16
*
pagemap.h: move dir_pages() over there
Fabian Frederick
2015-06-23
1
-5
/
+0
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-1
/
+1
*
[readdir] convert nilfs2
Al Viro
2013-06-29
1
-30
/
+18
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
nilfs2: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-2
/
+2
*
nilfs: propagate umode_t
Al Viro
2012-01-03
1
-1
/
+1
*
nilfs2: add compat ioctl
Ryusuke Konishi
2011-03-08
1
-1
/
+1
*
nilfs2: use common file attribute macros
Ryusuke Konishi
2011-03-08
1
-3
/
+0
*
nilfs2: do not pass sbi to functions which can get it from inode
Ryusuke Konishi
2011-01-10
1
-2
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-08-10
1
-19
/
+6
|
\
|
*
introduce __block_write_begin
Christoph Hellwig
2010-08-09
1
-2
/
+1
|
*
clean up write_begin usage for directories in pagecache
Christoph Hellwig
2010-08-09
1
-19
/
+7
*
|
nilfs2: avoid rec_len overflow with 64KB block size
Ryusuke Konishi
2010-07-25
1
-12
/
+14
*
|
nilfs2: simplify nilfs_get_page function
Ryusuke Konishi
2010-07-24
1
-5
/
+2
|
/
*
nilfs2: fix typo "cout" -> "count" in error message
Ryusuke Konishi
2010-03-14
1
-1
/
+1
*
nilfs: sanitize const/signedness in dealing with ->d_name.name
Al Viro
2010-03-03
1
-2
/
+2
*
nilfs really shouldn't slap struct dentry on stack...
Al Viro
2010-03-03
1
-5
/
+5
*
nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty
Jiro SEKIBA
2009-11-27
1
-1
/
+1
*
nilfs2: delete mark_inode_dirty in nilfs_delete_entry
Jiro SEKIBA
2009-11-27
1
-1
/
+0
[next]