index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
the_nilfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-06
nilfs2: fix missing error check for sb_set_blocksize call
Ryusuke Konishi
1
-1
/
+5
2023-06-12
nilfs2: reject devices with insufficient block count
Ryusuke Konishi
1
-1
/
+42
2023-04-05
nilfs2: fix sysfs interface lifetime
Ryusuke Konishi
1
-5
/
+7
2023-02-17
nilfs2: fix underflow in second superblock position calculations
Ryusuke Konishi
1
-1
/
+7
2022-12-12
Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+65
2022-11-18
nilfs2: fix shift-out-of-bounds due to too large exponent of block size
Ryusuke Konishi
1
-4
/
+38
2022-11-18
nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
Ryusuke Konishi
1
-4
/
+27
2022-11-08
nilfs2: fix deadlock in nilfs_count_free_blocks()
Ryusuke Konishi
1
-2
/
+0
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-2
/
+2
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-09
nilfs2: remove filenames from file comments
Ryusuke Konishi
1
-1
/
+1
2021-10-18
nilfs2: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
1
-1
/
+1
2021-09-08
nilfs2: use refcount_dec_and_lock() to fix potential UAF
Zhen Lei
1
-5
/
+4
2021-05-06
nilfs2: fix typos in comments
Lu Jialin
1
-1
/
+1
2020-08-12
nilfs2: use a more common logging style
Joe Perches
1
-45
/
+40
2018-09-04
nilfs2: convert to SPDX license tags
Ryusuke Konishi
1
-10
/
+1
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-3
/
+3
2017-11-17
fs, nilfs: convert nilfs_root.count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2016-08-02
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
1
-60
/
+67
2016-08-02
nilfs2: embed a back pointer to super block instance in nilfs object
Ryusuke Konishi
1
-3
/
+4
2016-06-24
fs/nilfs2: fix potential underflow in call to crc32_le
Torsten Hilbrich
1
-1
/
+1
2016-05-23
nilfs2: fix block comments
Ryusuke Konishi
1
-2
/
+4
2016-05-23
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
1
-2
/
+2
2016-05-23
nilfs2: clean up old e-mail addresses
Ryusuke Konishi
1
-1
/
+1
2016-05-23
nilfs2: remove FSF mailing address from GPL notices
Ryusuke Konishi
1
-4
/
+0
2014-12-10
nilfs2: deletion of an unnecessary check before the function call "iput"
Markus Elfring
1
-2
/
+1
2014-08-08
nilfs2: integrate sysfs support into driver
Vyacheslav Dubeyko
1
-1
/
+15
2014-08-08
nilfs2: add /sys/fs/nilfs2/<device>/superblock group
Vyacheslav Dubeyko
1
-0
/
+1
2014-04-03
nilfs2: verify metadata sizes read from disk
Ryusuke Konishi
1
-0
/
+10
2013-07-03
] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...
Vyacheslav Dubeyko
1
-2
/
+2
2012-07-30
nilfs2: fix deadlock issue between chcp and thaw ioctls
Ryusuke Konishi
1
-0
/
+1
2012-03-16
nilfs2: fix NULL pointer dereference in nilfs_load_super_block()
Ryusuke Konishi
1
-0
/
+1
2012-03-16
nilfs2: clamp ns_r_segments_percentage to [1, 99]
Haogang Chen
1
-0
/
+6
2011-05-10
nilfs2: implement resize ioctl
Ryusuke Konishi
1
-5
/
+19
2011-03-09
nilfs2: use sb instance instead of nilfs_sb_info struct
Ryusuke Konishi
1
-12
/
+10
2011-03-09
nilfs2: move next generation counter into nilfs object
Ryusuke Konishi
1
-0
/
+5
2011-03-09
nilfs2: move s_inode_lock and s_dirty_files into nilfs object
Ryusuke Konishi
1
-0
/
+2
2011-03-09
nilfs2: move mount options to nilfs object
Ryusuke Konishi
1
-2
/
+2
2011-03-08
nilfs2: append blocksize info to warnings during loading super blocks
Ryusuke Konishi
1
-4
/
+7
2011-01-10
nilfs2: unfold nilfs_dat_inode function
Ryusuke Konishi
1
-3
/
+2
2011-01-10
nilfs2: get rid of loaded flag from nilfs object
Ryusuke Konishi
1
-1
/
+0
2010-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-233
/
+106
2010-10-23
nilfs2: get rid of bdi from nilfs object
Ryusuke Konishi
1
-4
/
+0
2010-10-23
nilfs2: get rid of back pointer to writable sb instance
Ryusuke Konishi
1
-1
/
+0
2010-10-23
nilfs2: see state of root dentry for mount check of snapshots
Ryusuke Konishi
1
-21
/
+0
2010-10-23
nilfs2: use iget for all metadata files
Ryusuke Konishi
1
-38
/
+20
2010-10-23
nilfs2: get rid of GCDAT inode
Ryusuke Konishi
1
-12
/
+1
2010-10-23
nilfs2: simplify life cycle management of nilfs object
Ryusuke Konishi
1
-70
/
+5
2010-10-23
nilfs2: do not allocate multiple super block instances for a device
Ryusuke Konishi
1
-88
/
+1
2010-10-23
nilfs2: use checkpoint tree for mount check of snapshots
Ryusuke Konishi
1
-17
/
+11
[next]