index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-30
nilfs2: fix issue with race condition of competition between segments for dir...
Vyacheslav Dubeyko
1
-2
/
+9
2013-07-03
] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...
Vyacheslav Dubeyko
1
-2
/
+2
2012-07-31
nilfs2: Convert to new freezing mechanism
Jan Kara
1
-1
/
+4
2012-06-20
nilfs2: ensure proper cache clearing for gc-inodes
Ryusuke Konishi
1
-0
/
+2
2011-11-21
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
1
-1
/
+1
2011-06-11
nilfs2: fix problem in setting checkpoint interval
Ryusuke Konishi
1
-1
/
+1
2011-05-10
nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty
Ryusuke Konishi
1
-2
/
+2
2011-05-10
nilfs2: always set back pointer to host inode in mapping->host
Ryusuke Konishi
1
-11
/
+5
2011-05-10
nilfs2: use list_first_entry
Ryusuke Konishi
1
-2
/
+2
2011-05-10
nilfs2: zero fill unused portion of super root block
Ryusuke Konishi
1
-2
/
+5
2011-05-10
nilfs2: super root size should change depending on inode size
Ryusuke Konishi
1
-1
/
+1
2011-05-10
nilfs2: get rid of private page allocator
Ryusuke Konishi
1
-136
/
+17
2011-05-10
nilfs2: merge list_del()/list_add_tail() to list_move_tail()
Nicolas Kaiser
1
-4
/
+2
2011-03-09
nilfs2: get rid of nilfs_sb_info structure
Ryusuke Konishi
1
-23
/
+24
2011-03-09
nilfs2: use sb instance instead of nilfs_sb_info struct
Ryusuke Konishi
1
-49
/
+41
2011-03-09
nilfs2: get rid of sc_sbi back pointer
Ryusuke Konishi
1
-17
/
+12
2011-03-09
nilfs2: move log writer onto nilfs object
Ryusuke Konishi
1
-29
/
+29
2011-03-09
nilfs2: move s_inode_lock and s_dirty_files into nilfs object
Ryusuke Konishi
1
-40
/
+40
2011-03-09
nilfs2: move parameters on nilfs_sb_info into nilfs object
Ryusuke Konishi
1
-4
/
+5
2011-03-09
nilfs2: move mount options to nilfs object
Ryusuke Konishi
1
-4
/
+5
2011-03-02
nilfs2: fix regression that i-flag is not set on changeless checkpoints
Ryusuke Konishi
1
-1
/
+2
2011-01-10
nilfs2: unfold nilfs_dat_inode function
Ryusuke Konishi
1
-6
/
+5
2011-01-10
nilfs2: mark buffer heads as delayed until the data is written to disk
Ryusuke Konishi
1
-0
/
+2
2011-01-10
nilfs2: call nilfs_error inside bmap routines
Ryusuke Konishi
1
-25
/
+5
2010-10-26
mm: add account_page_writeback()
Michael Rubin
1
-1
/
+1
2010-10-23
nilfs2: eliminate sparse warning - "context imbalance"
Jiro SEKIBA
1
-0
/
+2
2010-10-23
nilfs2: add bdev freeze/thaw support
Ryusuke Konishi
1
-0
/
+2
2010-10-23
nilfs2: get rid of back pointer to writable sb instance
Ryusuke Konishi
1
-4
/
+0
2010-10-23
nilfs2: get rid of GCDAT inode
Ryusuke Konishi
1
-7
/
+7
2010-10-23
nilfs2: add routines to redirect access to buffers of DAT file
Ryusuke Konishi
1
-0
/
+1
2010-10-23
nilfs2: move inode count and block count into root object
Ryusuke Konishi
1
-2
/
+2
2010-10-23
nilfs2: use root object to get ifile
Ryusuke Konishi
1
-17
/
+26
2010-10-23
nilfs2: remove own inode hash used for GC
Ryusuke Konishi
1
-2
/
+1
2010-10-23
nilfs2: keep zero value in i_cno except for gc-inodes
Ryusuke Konishi
1
-15
/
+14
2010-07-23
nilfs2: do not update log cursor for small change
Ryusuke Konishi
1
-1
/
+0
2010-07-23
nilfs2: sync super blocks in turns
Jiro SEKIBA
1
-4
/
+6
2010-07-23
nilfs2: introduce nilfs_prepare_super
Jiro SEKIBA
1
-2
/
+6
2010-07-23
nilfs2: get rid of macros for segment summary information
Ryusuke Konishi
1
-4
/
+4
2010-05-10
nilfs2: make nilfs_sc_*_ops static
Ryusuke Konishi
1
-3
/
+3
2010-05-10
nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...
Li Hong
1
-18
/
+13
2010-05-10
nilfs2: remove nilfs_segctor_init() in segment.c
Li Hong
1
-8
/
+1
2010-05-10
nilfs2: insert checkpoint number in segment summary header
Ryusuke Konishi
1
-1
/
+2
2010-05-10
nilfs2: cleanup multi kmem_cache_{create,destroy} code
Li Hong
1
-36
/
+0
2010-05-10
nilfs2: move out checksum routines to segment buffer code
Ryusuke Konishi
1
-30
/
+3
2010-05-10
nilfs2: move pointer to super root block into logs
Ryusuke Konishi
1
-24
/
+21
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-24
nilfs2: fix hang-up of cleaner after log writer returned with error
Ryusuke Konishi
1
-2
/
+1
2010-03-22
nilfs2: fix duplicate call to nilfs_segctor_cancel_freev
Ryusuke Konishi
1
-6
/
+6
2010-03-14
nilfs2: fix various typos in comments
Ryusuke Konishi
1
-2
/
+2
2010-03-14
nilfs2: fix function name typos in docbook comments
Ryusuke Konishi
1
-2
/
+2
[next]