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
/
ext4
/
ialloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-10
ext4: fix initialization of UNINIT bitmap blocks
Frederic Bohe
1
-1
/
+3
2008-10-10
ext4: Remove old legacy block allocator
Theodore Ts'o
1
-1
/
+0
2008-09-08
ext4: Fix whitespace checkpatch warnings/errors
Theodore Ts'o
1
-25
/
+25
2008-09-08
ext4: Add printk priority levels to clean up checkpatch warnings
Theodore Ts'o
1
-7
/
+9
2008-08-19
ext4: Fix bug where we return ENOSPC even though we have plenty of inodes
Eric Sandeen
1
-1
/
+1
2008-08-02
ext4: lock block groups when initializing
Eric Sandeen
1
-1
/
+4
2008-08-02
ext4: sync up block and inode bitmap reading functions
Eric Sandeen
1
-22
/
+29
2008-07-11
ext4: do not set extents feature from the kernel
Eric Sandeen
1
-5
/
+1
2008-07-11
ext4: New inode allocation for FLEX_BG meta-data groups.
Jose R. Santos
1
-0
/
+96
2008-07-11
ext4: Rename read_block_bitmap() to ext4_read_block_bitmap()
Theodore Ts'o
1
-1
/
+1
2008-07-11
ext4: handle corrupted orphan list at mount
Duane Griffin
1
-0
/
+9
2008-04-29
ext4: mark inode dirty after initializing the extent tree
Aneesh Kumar K.V
1
-6
/
+7
2008-04-29
ext4: move headers out of include/linux
Christoph Hellwig
1
-3
/
+2
2008-04-17
ext4: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-5
/
+5
2008-04-17
ext4: le*_add_cpu conversion
Marcin Slusarz
1
-8
/
+4
2008-04-29
ext4: Enable extent format for symlinks.
Aneesh Kumar K.V
1
-2
/
+2
2008-04-21
ext*: spelling fix prefered -> preferred
Benoit Boissinot
1
-1
/
+1
2008-02-25
ext4: set EXT4_EXTENTS_FL only for directory and regular files
Aneesh Kumar K.V
1
-7
/
+15
2008-02-07
iget: stop EXT4 from using iget() and read_inode()
David Howells
1
-23
/
+35
2008-01-28
ext4: fix up EXT4FS_DEBUG builds
Eric Sandeen
1
-1
/
+1
2008-01-28
ext4: Rename i_dir_acl to i_size_high
Aneesh Kumar K.V
1
-1
/
+0
2008-01-28
ext4: Introduce ext4_update_*_feature
Aneesh Kumar K.V
1
-7
/
+4
2008-01-28
ext4: fixes block group number being set to a negative value
Avantika Mathur
1
-48
/
+53
2008-01-28
ext4: add ext4_group_t, and change all group variables to this type.
Avantika Mathur
1
-22
/
+24
2007-10-17
Ext4: Uninitialized Block Groups
Andreas Dilger
1
-9
/
+137
2007-10-17
ext4: Remove (partial, never completed) fragment support
Coly Li
1
-5
/
+0
2007-10-17
remove unused bh in calls to ext234_get_group_desc
Eric Sandeen
1
-10
/
+7
2007-07-18
ext4: Add nanosecond timestamps
Kalpak Shah
1
-4
/
+4
2006-10-11
[PATCH] ext4 64 bit divide fix
Andrew Morton
1
-3
/
+3
2006-10-11
[PATCH] ext4: move block number hi bits
Alexandre Ratchov
1
-2
/
+2
2006-10-11
[PATCH] ext4: 64bit metadata
Laurent Vivier
1
-4
/
+4
2006-10-11
[PATCH] ext4: switch fsblk to sector_t
Mingming Cao
1
-4
/
+7
2006-10-11
[PATCH] ext3: add extent map support
Alex Tomas
1
-0
/
+11
2006-10-11
[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd
Mingming Cao
1
-3
/
+3
2006-10-11
[PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols
Mingming Cao
1
-115
/
+115
2006-10-11
[PATCH] ext4: initial copy of files from ext3
Dave Kleikamp
1
-0
/
+758