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
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-02
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
1
-0
/
+6
2012-08-04
nilfs2: nuke write_super from comments
Artem Bityutskiy
1
-4
/
+0
2012-07-30
nilfs2: fix deadlock issue between chcp and thaw ioctls
Ryusuke Konishi
1
-0
/
+3
2012-07-30
nilfs2: remove references to long gone super operations
Fernando Luis Vazquez Cao
1
-3
/
+0
2012-07-14
VFS: Pass mount flags to sget()
David Howells
1
-2
/
+2
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-2
/
+1
2012-03-20
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
Al Viro
1
-0
/
+1
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-3
/
+3
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
1
-2
/
+0
2011-05-10
nilfs2: always set back pointer to host inode in mapping->host
Ryusuke Konishi
1
-1
/
+1
2011-05-10
nilfs2: implement resize ioctl
Ryusuke Konishi
1
-0
/
+72
2011-05-10
nilfs2: add routine to move secondary super block
Ryusuke Konishi
1
-0
/
+57
2011-03-09
nilfs2: get rid of nilfs_sb_info structure
Ryusuke Konishi
1
-40
/
+23
2011-03-09
nilfs2: use sb instance instead of nilfs_sb_info struct
Ryusuke Konishi
1
-54
/
+51
2011-03-09
nilfs2: move next generation counter into nilfs object
Ryusuke Konishi
1
-11
/
+0
2011-03-09
nilfs2: move s_inode_lock and s_dirty_files into nilfs object
Ryusuke Konishi
1
-3
/
+0
2011-03-09
nilfs2: move parameters on nilfs_sb_info into nilfs object
Ryusuke Konishi
1
-5
/
+5
2011-03-09
nilfs2: move mount options to nilfs object
Ryusuke Konishi
1
-27
/
+29
2011-02-23
mm: prevent concurrent unmap_mapping_range() on the same inode
Miklos Szeredi
1
-1
/
+1
2011-01-22
nilfs2: fix crash after one superblock became unavailable
Ryusuke Konishi
1
-1
/
+2
2011-01-13
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-4
/
+4
2011-01-10
headers: kobject.h redux
Alexey Dobriyan
1
-1
/
+0
2011-01-10
nilfs2: get rid of nilfs_mount_options structure
Ryusuke Konishi
1
-3
/
+3
2011-01-10
fs/nilfs2/super.c: Use printf extension %pV
Joe Perches
1
-7
/
+16
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-1
/
+9
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
1
-1
/
+1
2010-11-13
block: clean up blkdev_get() wrappers and their users
Tejun Heo
1
-4
/
+4
2010-11-13
block: make blkdev_get/put() handle exclusive access
Tejun Heo
1
-2
/
+2
2010-10-29
convert nilfs
Al Viro
1
-9
/
+7
2010-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-282
/
+327
2010-10-23
nilfs2: eliminate sparse warnings - "symbol not declared"
Jiro SEKIBA
1
-1
/
+1
2010-10-23
nilfs2: get rid of bdi from nilfs object
Ryusuke Konishi
1
-1
/
+4
2010-10-23
nilfs2: add bdev freeze/thaw support
Ryusuke Konishi
1
-4
/
+54
2010-10-23
nilfs2: accept 64-bit checkpoint numbers in cp mount option
Ryusuke Konishi
1
-13
/
+12
2010-10-23
nilfs2: remove own inode allocator and destructor for metadata files
Ryusuke Konishi
1
-7
/
+2
2010-10-23
nilfs2: see state of root dentry for mount check of snapshots
Ryusuke Konishi
1
-0
/
+32
2010-10-23
nilfs2: use iget for all metadata files
Ryusuke Konishi
1
-7
/
+14
2010-10-23
nilfs2: simplify life cycle management of nilfs object
Ryusuke Konishi
1
-45
/
+22
2010-10-23
nilfs2: do not allocate multiple super block instances for a device
Ryusuke Konishi
1
-116
/
+100
2010-10-23
nilfs2: split out nilfs_attach_snapshot
Ryusuke Konishi
1
-28
/
+45
2010-10-23
nilfs2: split out nilfs_get_root_dentry
Ryusuke Konishi
1
-19
/
+35
2010-10-23
nilfs2: move inode count and block count into root object
Ryusuke Konishi
1
-5
/
+6
2010-10-23
nilfs2: use root object to get ifile
Ryusuke Konishi
1
-29
/
+13
2010-10-23
nilfs2: make snapshots in checkpoint tree exportable
Ryusuke Konishi
1
-51
/
+1
2010-10-23
nilfs2: set pointer to root object in inodes
Ryusuke Konishi
1
-7
/
+30
2010-10-23
nilfs2: use iget5_locked to get inode
Ryusuke Konishi
1
-0
/
+1
2010-10-23
nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes
Ryusuke Konishi
1
-0
/
+6
2010-10-22
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-9
/
+1
2010-10-04
BKL: Remove BKL from NILFS2
Jan Blunck
1
-17
/
+1
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
1
-1
/
+7
[next]