Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3661d28615ea580c1db02a972fd4d3898df1cb01
3661d28
ext4: Fix include/trace/events/ext4.h to work with Systemtap
by Theodore Ts'o
· 15 years ago
7ad9bb6
ext4: Fix initalization of s_flex_groups
by Theodore Ts'o
· 15 years ago
1f7bebb
ext4: Always set dx_node's fake_dirent explicitly.
by Andreas Schlick
· 15 years ago
0e3d2a6
ext4: Fix async commit mode to be safe by using a barrier
by Theodore Ts'o
· 15 years ago
71290b3
ext4: Don't update superblock write time when filesystem is read-only
by Theodore Ts'o
· 15 years ago
08c3a81
ext4: Clarify the locking details in mballoc
by Aneesh Kumar K.V
· 15 years ago
f41c075
ext4: check for need init flag in ext4_mb_load_buddy
by Aneesh Kumar K.V
· 15 years ago
b6a758e
ext4: move ext4_mb_init_group() function earlier in the mballoc.c
by Aneesh Kumar K.V
· 15 years ago
91ac6f4
ext4: Make non-journal fsync work properly
by Frank Mayhar
· 15 years ago
fe188c0
ext4: Assure that metadata blocks are written during fsync in no journal mode
by Theodore Ts'o
· 15 years ago
c7acb4c
ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()
by Theodore Ts'o
· 15 years ago
80e4246
ext4: print more sysadmin-friendly message in check_block_validity()
by Theodore Ts'o
· 15 years ago
a827eaf
ext4: Take page lock before looking at attached buffer_heads flags
by Aneesh Kumar K.V
· 15 years ago
44fc48f
ext4: Fix small typo for move_extent_per_page()
by Akira Fujita
· 15 years ago
8d66691
ext4: Return exchanged blocks count to user space in failure
by Akira Fujita
· 15 years ago
daea696
ext4: Remove unneeded BUG_ON() in ext4_move_extents()
by Akira Fujita
· 15 years ago
70d5d3d
ext4: Fix wrong comparisons in mext_check_arguments()
by Akira Fujita
· 15 years ago
5f3481e
ext4: fix cache flush in ext4_sync_file
by Christoph Hellwig
· 15 years ago
d0646f7
ext4: Remove journal_checksum mount option and enable it by default
by Theodore Ts'o
· 15 years ago
a3710fd
ext4: fix tracepoint format string warnings
by Theodore Ts'o
· 15 years ago
7f1346a
ext4: Declare seq_operations and file_operations structures as const
by Tobias Klauser
· 15 years ago
b3a3ca8
ext4: Add new tracepoint: trace_ext4_da_write_pages()
by Theodore Ts'o
· 15 years ago
de89de6
ext4: Restore wbc->range_start in ext4_da_writepages()
by Theodore Ts'o
· 15 years ago
98a56ab
ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages()
by Theodore Ts'o
· 15 years ago
b05ab1d
ext4: Limit number of links that can be created by ext4_link()
by Theodore Ts'o
· 15 years ago
2c94eb8
ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories
by Aneesh Kumar K.V
· 15 years ago
55ad63b
ext4: fix extent sanity checking code with AGGRESSIVE_TEST
by Theodore Ts'o
· 15 years ago
a36b449
ext4: use ext4_grpblk_t more extensively
by Eric Sandeen
· 15 years ago
1927805
ext4: use variables not types in sizeofs() for allocations
by Eric Sandeen
· 15 years ago
a8526e8
ext4: Add missing unlock_new_inode() call in extent migration code
by Aneesh Kumar K.V
· 15 years ago
a13fb1a
ext4: Add feature set check helper for mount & remount paths
by Eric Sandeen
· 15 years ago
38877f4
simplify some logic in ext4_mb_normalize_request
by Eric Sandeen
· 15 years ago
0373130
ext4: open-code ext4_mb_update_group_info
by Eric Sandeen
· 15 years ago
bf43d84
ext4: reject too-large filesystems on 32-bit kernels
by Eric Sandeen
· 15 years ago
0ccff1a
jbd2: bitfields should be unsigned
by H Hartley Sweeten
· 15 years ago
487caee
ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks()
by Jan Kara
· 15 years ago
9599b0e
jbd2: Annotate transaction start also for jbd2_journal_restart()
by Jan Kara
· 15 years ago
553f900
ext4: Show unwritten extent flag in ext4_ext_show_leaf()
by Mingming
· 15 years ago
84fe3be
ext4: Compile warning fix when EXT_DEBUG enabled
by Mingming
· 15 years ago
5079748
ext4: Avoid group preallocation for closed files
by Theodore Ts'o
· 15 years ago
4ba74d0
ext4: Fix bugs in mballoc's stream allocation mode
by Theodore Ts'o
· 15 years ago
0ef90db
ext4: Display the mballoc flags in mb_history in hex instead of decimal
by Theodore Ts'o
· 15 years ago
6ba495e
ext4: Add configurable run-time mballoc debugging
by Theodore Ts'o
· 15 years ago
91cc219
ext4: fix journal ref count in move_extent_par_page
by Peng Tao
· 15 years ago
b1f485f
jbd2: round commit timer up to avoid uncommitted transaction
by Andreas Dilger
· 15 years ago
c333e07
ext4: remove redundant test on unsigned
by Roel Kluin
· 15 years ago
785b4b3
ext4: fix build warning when EXT4FS_DEBUG is on
by Peng Tao
· 15 years ago
1c71850
ext4: Fix compile warnings with MB_DEBUG
by Akira Fujita
· 15 years ago
5a4a798
ext4: Remove unnecessary semicolons in mballoc.c
by Joe Perches
· 15 years ago
6487a9d
ext4: More buffer head reference leaks
by Curt Wohlgemuth
· 15 years ago
f6f50e2
jbd2: Fail to load a journal if it is too short
by Jan Kara
· 15 years ago
78f1ddb
ext4: Avoid null pointer dereference when decoding EROFS w/o a journal
by Theodore Ts'o
· 15 years ago
43b3852
ext4: Fix typo in ext4/Kconfig
by Manish Katiyar
· 15 years ago
024eab4
ext4: Fix memory leak fix when mounting an ext4 filesystem
by Aneesh Kumar K.V
· 15 years ago
ab86e57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
7ea6176
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 15 years ago
0950efd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pcmcia-2.6
by Linus Torvalds
· 15 years ago
4406c56
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 15 years ago
6b7b352
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
a3eb51e
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
1ef7d9a
writeback: fix possible bdi writeback refcounting problem
by Nick Piggin
· 15 years ago
77b9d05
writeback: Fix bdi use after free in wb_work_complete()
by Nick Piggin
· 15 years ago
77fad5e
writeback: improve scalability of bdi writeback work queues
by Nick Piggin
· 15 years ago
deed62e
writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()
by Nick Piggin
· 15 years ago
49db041
writeback: use schedule_timeout_interruptible()
by Jens Axboe
· 15 years ago
8010c3b
writeback: add comments to bdi_work structure
by Jens Axboe
· 15 years ago
ce5f8e7
writeback: splice dirty inode entries to default bdi on bdi_destroy()
by Jens Axboe
· 15 years ago
b6e5131
writeback: separate starting of sync vs opportunistic writeback
by Jens Axboe
· 15 years ago
bcddc3f
writeback: inline allocation failure handling in bdi_alloc_queue_work()
by Jens Axboe
· 15 years ago
cfc4ba5
writeback: use RCU to protect bdi_list
by Jens Axboe
· 15 years ago
f11fcae
writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
by Jens Axboe
· 15 years ago
32a88aa
fs: Assign bdi in super_block
by Jens Axboe
· 15 years ago
c4a77a6
writeback: make wb_writeback() take an argument structure
by Jens Axboe
· 15 years ago
f0fad8a
writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
by Christoph Hellwig
· 15 years ago
1fe06ad
writeback: get rid of wbc->for_writepages
by Jens Axboe
· 15 years ago
2c96ce9
fs: remove bdev->bd_inode_backing_dev_info
by Jens Axboe
· 15 years ago
cb684b5
block: fix linkage problem with blk_iopoll and !CONFIG_BLOCK
by Jens Axboe
· 15 years ago
fdaa45e
slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG
by Ingo Molnar
· 15 years ago
e9d5992
Staging: remove sxg driver
by Greg Kroah-Hartman
· 15 years ago
0b33559
Staging: remove heci driver
by Greg Kroah-Hartman
· 15 years ago
1c6592f
Staging: remove at76_usb wireless driver.
by Greg Kroah-Hartman
· 15 years ago
ffac040
Staging: rspiusb: remove the driver
by Greg Kroah-Hartman
· 15 years ago
a8fcffb
Staging: meilhaus: remove the drivers
by Greg Kroah-Hartman
· 15 years ago
06bf27d
Staging: remove me4000 driver.
by Greg Kroah-Hartman
· 15 years ago
c2f5e9d
Staging: line6: ffzb returns an unsigned integer
by Frederik Deweerdt
· 15 years ago
e1769b3
Staging: line6: pod.c: style cleanups
by Frederik Deweerdt
· 15 years ago
542f491
Staging: iio: introduce missing kfree
by Julia Lawall
· 15 years ago
2bb6a12
Staging: dream: introduce missing kfree
by Julia Lawall
· 15 years ago
a2279ae
Staging: comedi: addi-data: NULL dereference of amcc in v_pci_card_list_init()
by Roel Kluin
· 15 years ago
14386fd
Staging: vt665x: fix built-in compiling
by Alexander Beregalov
· 15 years ago
48118b5
Staging: rt3090: enable NATIVE_WPA_SUPPLICANT_SUPPORT option
by Bartlomiej Zolnierkiewicz
· 15 years ago
230da57
Staging: rt3090: port changes in WPA_MIX_PAIR_CIPHER to rt3090
by Axel K
· 15 years ago
0961284
Staging: rt3090: rename device from raX to wlanX
by Axel K
· 15 years ago
7dbefe3
Staging: rt3090: remove possible conflict with rt2860
by Axel K
· 15 years ago
25cf62e
Staging: rt2860/rt2870/rt3070/rt3090: fix compiler warning on x86_64
by Axel K
· 15 years ago
a85236c
Staging: rt2860: add new device ids
by Axel K
· 15 years ago
87cbcb6
Staging: rt3090: add device id 1462:891a
by Axel K
· 15 years ago
1ff12a4
Staging: asus_oled: Cleaned up checkpatch issues.
by Kevin A. Granade
· 15 years ago
a89dfeb
Staging: rt2860: fix possible NULL dereferences
by Roel Kluin
· 15 years ago
18526c7
Staging: rtl8192e: Drop unnecessary NULL test
by Julia Lawall
· 15 years ago
Next »