Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
84833a3f4e22907379462e8a7c18970db70d21d8
/
fs
/
block_dev.c
fd4ce1a
[PATCH 1/2] kill FMODE_NDELAY_NOW
by Christoph Hellwig
· 16 years ago
ebbefc0
[PATCH] clean up blkdev_get a little bit
by Christoph Hellwig
· 16 years ago
89f9749
block: fix __blkdev_get() for removable devices
by Tejun Heo
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 16 years ago
421748e
[PATCH] assorted path_lookup() -> kern_path() conversions
by Al Viro
· 16 years ago
56b26ad
[PATCH] kill the rest of struct file propagation in block ioctls
by Al Viro
· 16 years ago
572c489
[PATCH] sanitize blkdev_get() and friends
by Al Viro
· 17 years ago
30c40d2
[PATCH] propagate mode through open_bdev_excl/close_bdev_excl
by Al Viro
· 17 years ago
9a1c354
[PATCH] pass fmode_t to blkdev_put()
by Al Viro
· 17 years ago
90b8f28
[PATCH] end of methods switch: remove the old ones
by Al Viro
· 17 years ago
d4430d62
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
86d434d
[PATCH] eliminate use of ->f_flags in block methods
by Al Viro
· 17 years ago
aeb5d72
[PATCH] introduce fmode_t, do annotations
by Al Viro
· 16 years ago
496aa8a
block: fix current kernel-doc warnings
by Randy Dunlap
· 16 years ago
57d1b53
block_dev: fix kernel-doc in new functions
by Randy Dunlap
· 16 years ago
608aeef
Call flush_disk() after detecting an online resize.
by Andrew Patterson
· 16 years ago
56ade44
Added flush_disk to factor out common buffer cache flushing code.
by Andrew Patterson
· 16 years ago
c3279d1
Adjust block device size after an online resize of a disk.
by Andrew Patterson
· 16 years ago
0c002c2
Wrapper for lower-level revalidate_disk routines.
by Andrew Patterson
· 16 years ago
0762b8b
block: always set bdev->bd_part
by Tejun Heo
· 16 years ago
4c46501
block: move holder_dir from disk to part0
by Tejun Heo
· 16 years ago
b5d0b9d
block: introduce partition 0
by Tejun Heo
· 16 years ago
ed9e198
block: implement and use {disk|part}_to_dev()
by Tejun Heo
· 16 years ago
e71bf0d
block: fix disk->part[] dereferencing race
by Tejun Heo
· 16 years ago
f331c02
block: don't depend on consecutive minor space
by Tejun Heo
· 16 years ago
cf771cb
block: make variable and argument names more consistent
by Tejun Heo
· 16 years ago
d5686b4
[PATCH] switch mtd and dm-table to lookup_bdev()
by Al Viro
· 16 years ago
8266602
[PATCH] fix bdev leak in block_dev.c do_open()
by Al Viro
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
fe6e9c1
[PATCH] fix cgroup-inflicted breakage in block_dev.c
by Al Viro
· 16 years ago
7db9cfd
devscgroup: check for device permissions at mount time
by Pavel Emelyanov
· 16 years ago
86b6c7a
fs/block_dev.c: remove #if 0'ed code
by Adrian Bunk
· 17 years ago
4c54ac6
make struct def_blk_aops static
by Adrian Bunk
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
ba6f867
kill an unused PTR_ERR in bdev_cache_init()
by Qi Yong
· 17 years ago
edfaa7c
Driver core: convert block from raw kobjects to core devices
by Kay Sievers
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
6272b5a
block_dev: convert to new aops
by Nick Piggin
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
4210df2
bd_claim_by_disk: fix warning
by Andrew Morton
· 17 years ago
4e91672
Replace obscure constructs in fs/block_dev.c
by Johannes Weiner
· 17 years ago
203a293
fs/block_dev.c: use list_for_each_entry()
by Matthias Kaehlcke
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
1368c4f
is_power_of_2 in fs/block_dev.c
by Vignesh Babu BM
· 18 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
f9a1439
mm: optimize kill_bdev()
by Peter Zijlstra
· 18 years ago
f98393a
mm: remove destroy_dirty_buffers from invalidate_bdev()
by Peter Zijlstra
· 18 years ago
6d740cd
[PATCH] lockdep: annotate BLKPG_DEL_PARTITION
by Peter Zijlstra
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
b2e895d
[PATCH] revert blockdev direct io back to 2.6.19 version
by Andrew Morton
· 18 years ago
cda9205
[PATCH] fix blk_direct_IO bio preparation
by Chen, Kenneth W
· 18 years ago
790816d
[PATCH] blockdev direct_io: fix signedness bug
by Andrew Morton
· 18 years ago
f73ca1b
[PATCH] Revert bd_mount_mutex back to a semaphore
by David Chinner
· 18 years ago
e61c901
[PATCH] optimize o_direct on block devices
by Chen, Kenneth W
· 18 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
c48f70c
[PATCH] bdev: fix ->bd_part_count leak
by Peter Zijlstra
· 18 years ago
6796bf5
[PATCH] lockdep: use mutex_lock_nested for bd_mutex to avoid lockdep warning
by NeilBrown
· 18 years ago
37be412
[PATCH] lockdep: simplify some aspects of bd_mutex nesting
by NeilBrown
· 18 years ago
fd27c7a
[PATCH] lockdep: remove lock_key approach to managing nested bd_mutex locks
by NeilBrown
· 18 years ago
35a6027
[PATCH] new bd_mutex lockdep annotation
by Peter Zijlstra
· 18 years ago
2e7b651
[PATCH] remove the old bd_mutex lockdep annotation
by Peter Zijlstra
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
36a561d
[PATCH] find_bd_holder() fix
by Andrew Morton
· 18 years ago
df6c0cd
[PATCH] clean up add_bd_holder()
by Jun'ichi Nomura
· 18 years ago
bcb5516
[PATCH] fix bd_claim_by_kobject error handling
by Jun'ichi Nomura
· 18 years ago
6a2aae0
[PATCH] Fix potential OOPs in blkdev_open()
by Pavel Emelianov
· 18 years ago
543ade1
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
by Badari Pulavarty
· 18 years ago
ee0b3e6
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
by Badari Pulavarty
· 18 years ago
027445c
[PATCH] Vectorize aio_read/aio_write fileop methods
by Badari Pulavarty
· 18 years ago
b71e8a4
[PATCH] BLOCK: Move __invalidate_device() to block_dev.c [try #6]
by David Howells
· 18 years ago
811d736
[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]
by David Howells
· 18 years ago
07f3f05
[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
by David Howells
· 18 years ago
87d7c8a
[PATCH] block_dev.c mutex_lock_nested() fix
by Jason Baron
· 18 years ago
4d7dd8f
[PATCH] blockdev.c: check driver layer errors
by Andrew Morton
· 18 years ago
6946bd6
[PATCH] lockdep: fix blkdev_open() warning
by Peter Zijlstra
· 18 years ago
663d440
[PATCH] lockdep: annotate blkdev nesting
by Ingo Molnar
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
602cada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
by Linus Torvalds
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
ff23eca
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
by Greg Kroah-Hartman
· 19 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
09d967c
[PATCH] Fix a race condition between ->i_mapping and iput()
by OGAWA Hirofumi
· 18 years ago
7f9c51f
[PATCH] Add ->splice_read/splice_write to def_blk_fops
by Jens Axboe
· 19 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
b4cf1b7
[PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutex
by Jun'ichi Nomura
· 19 years ago
641dc63
[PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobject
by Jun'ichi Nomura
· 19 years ago
1d8fa7a
[PATCH] remove ->get_blocks() support
by Badari Pulavarty
· 19 years ago
fa3536c
[PATCH] Use __read_mostly on some hot fs variables
by Eric Dumazet
· 19 years ago
38885bd
[PATCH] sb_set_blocksize cleanup
by Coywolf Qi Hunt
· 19 years ago
fffb60f
[PATCH] cpuset memory spread: slab cache format
by Paul Jackson
· 19 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
c039e31
[PATCH] sem2mutex: blockdev #2
by Arjan van de Ven
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
bb93e3a
[PATCH] block: add unlocked_ioctl support for block devices
by Arnd Bergmann
· 19 years ago
2ef4163
[PATCH] remove do_sync parameter from __invalidate_device
by Christoph Hellwig
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago