index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
nilfs2_fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: fix block comments
Ryusuke Konishi
2016-05-23
1
-23
/
+43
*
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
2016-05-23
1
-3
/
+3
*
nilfs2: clean up old e-mail addresses
Ryusuke Konishi
2016-05-23
1
-2
/
+1
*
nilfs2: remove FSF mailing address from GPL notices
Ryusuke Konishi
2016-05-23
1
-4
/
+0
*
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
Ryusuke Konishi
2015-05-05
1
-1
/
+1
*
nilfs2: verify metadata sizes read from disk
Ryusuke Konishi
2014-04-03
1
-0
/
+8
*
nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl
Andreas Rohner
2014-04-03
1
-0
/
+2
*
nilfs2: add struct nilfs_suinfo_update and flags
Andreas Rohner
2014-04-03
1
-0
/
+42
*
nilfs2: add omitted comments for structures in nilfs2_fs.h
Vyacheslav Dubeyko
2012-07-30
1
-24
/
+39
*
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2012-03-04
1
-0
/
+1
*
nilfs2: add ioctl which limits range of segment to be allocated
Ryusuke Konishi
2011-05-10
1
-0
/
+2
*
nilfs2: super root size should change depending on inode size
Ryusuke Konishi
2011-05-10
1
-1
/
+1
*
nilfs2: move NILFS_SUPER_MAGIC to linux/magic.h
Jiro SEKIBA
2011-03-10
1
-1
/
+1
*
nilfs2: record used amount of each checkpoint in checkpoint list
Ryusuke Konishi
2011-03-08
1
-2
/
+4
*
nilfs2: optimize rec_len functions
Ryusuke Konishi
2011-03-08
1
-0
/
+4
*
nilfs2: use common file attribute macros
Ryusuke Konishi
2011-03-08
1
-20
/
+0
*
nilfs2: change license of exported header file
Ryusuke Konishi
2010-10-23
1
-4
/
+4
*
nilfs2: get rid of snapshot mount flag
Ryusuke Konishi
2010-10-23
1
-1
/
+0
*
nilfs2: keep zero value in i_cno except for gc-inodes
Ryusuke Konishi
2010-10-23
1
-0
/
+8
*
nilfs2: accept future revisions
Ryusuke Konishi
2010-10-23
1
-0
/
+1
*
nilfs2: reject filesystem with unsupported block size
Ryusuke Konishi
2010-07-25
1
-0
/
+6
*
nilfs2: avoid rec_len overflow with 64KB block size
Ryusuke Konishi
2010-07-25
1
-0
/
+18
*
nilfs2: add feature set fields to super block
Ryusuke Konishi
2010-07-23
1
-1
/
+14
*
nilfs2: clarify byte offset in super block format
Ryusuke Konishi
2010-07-23
1
-13
/
+13
*
nilfs2: enlarge s_volume_name member in nilfs_super_block
Jiro SEKIBA
2010-05-10
1
-2
/
+1
*
nilfs2: insert checkpoint number in segment summary header
Ryusuke Konishi
2010-05-10
1
-0
/
+2
*
nilfs2: fix style problems in nilfs2_fs.h
Ryusuke Konishi
2010-05-10
1
-4
/
+4
*
nilfs2: update comment for struct nilfs_dat_entry
Qinghuang Feng
2010-05-10
1
-4
/
+4
*
nilfs2: issue discard request after cleaning segments
Jiro SEKIBA
2010-02-13
1
-0
/
+1
*
nilfs2: add norecovery mount option
Ryusuke Konishi
2009-11-20
1
-0
/
+2
*
nilfs2: move definition of struct nilfs_btree_node
Jiro SEKIBA
2009-11-20
1
-0
/
+22
*
nilfs2: deleted struct nilfs_dat_group_desc
Jiro SEKIBA
2009-11-15
1
-9
/
+0
*
nilfs2: support nanosecond timestamp
Ryusuke Konishi
2009-04-07
1
-4
/
+6
*
nilfs2: introduce secondary super block
Ryusuke Konishi
2009-04-07
1
-0
/
+4
*
nilfs2: mark minor flag for checkpoint created by internal operation
Ryusuke Konishi
2009-04-07
1
-0
/
+3
*
nilfs2: clean up sketch file
Ryusuke Konishi
2009-04-07
1
-2
/
+0
*
nilfs2: extend nilfs_sustat ioctl struct
Ryusuke Konishi
2009-04-07
1
-6
/
+4
*
nilfs2: remove compat ioctl code
Ryusuke Konishi
2009-04-07
1
-41
/
+0
*
nilfs2: use fixed sized types for ioctl structures
Ryusuke Konishi
2009-04-07
1
-9
/
+14
*
nilfs2: remove timedwait ioctl command
Ryusuke Konishi
2009-04-07
1
-22
/
+0
*
nilfs2: disk format and userland interface
Koji Sato
2009-04-07
1
-0
/
+854