Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
28614889bcb2558a47d02d52394b7fd9795a9547
/
fs
a6f37da
Simplify devpts_pty_kill
by Sukadev Bhattiprolu
· 16 years ago
89a52e10
Simplify devpts_pty_new()
by Sukadev Bhattiprolu
· 16 years ago
527b3e4
Simplify devpts_get_tty()
by Sukadev Bhattiprolu
· 16 years ago
15f1a63
Add an instance parameter devpts interfaces
by Sukadev Bhattiprolu
· 16 years ago
934e6eb
tty: Redo current tty locking
by Alan Cox
· 16 years ago
2cb5998
tty: the vhangup syscall is racy
by Alan Cox
· 16 years ago
452a00d
tty: Make get_current_tty use a kref
by Alan Cox
· 16 years ago
3280fb3
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
f319fb8
ext4: fix kconfig typo and extra whitespace
by Jan Engelhardt
· 16 years ago
3244fcb
ext4: fix build failure without procfs
by Alexander Beregalov
· 16 years ago
f1b2a5a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
06270d5
provide generic_block_fiemap() only with BLOCK=y
by Adrian Bunk
· 16 years ago
14835a3
[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assemble
by Jeff Layton
· 16 years ago
fd04808
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
86ed5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
5bf5683
ext4: add an option to control error handling on file data
by Hidehiro Kawai
· 16 years ago
7ad7445
jbd2: don't dirty original metadata buffer on abort
by Hidehiro Kawai
· 16 years ago
7ffe1ea
ext4: add checks for errors from jbd2
by Hidehiro Kawai
· 16 years ago
44519fa
jbd2: fix error handling for checkpoint io
by Hidehiro Kawai
· 16 years ago
77e841d
jbd2: abort when failed to log metadata buffers
by Hidehiro Kawai
· 16 years ago
03010a3
ext4: Rename ext4dev to ext4
by Theodore Ts'o
· 16 years ago
13dd7f8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
by Linus Torvalds
· 16 years ago
73f6aa4
Fix barrier fail detection in XFS
by Christoph Hellwig
· 16 years ago
445e1ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 16 years ago
e26feff
Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
efc968d
Don't allow splice() to files opened with O_APPEND
by Linus Torvalds
· 16 years ago
57d1b53
block_dev: fix kernel-doc in new functions
by Randy Dunlap
· 16 years ago
6feef53
block: mark bio_split_pool static
by Denis ChengRq
· 16 years ago
ad3316b
block: Find bio sector offset given idx and offset
by Martin K. Petersen
· 16 years ago
74aa8c2
block: Introduce integrity data ownership flag
by Martin K. Petersen
· 16 years ago
b04accc
block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1
by Jens Axboe
· 16 years ago
9c02f2b
block: cleanup some of the integrity stuff in blkdev.h
by Jens Axboe
· 16 years ago
0a0d96b
block: add bio_kmalloc()
by Jens Axboe
· 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
9bc3ffb
Check for device resize when rescanning partitions
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
8188276
block: make blk_rq_map_user take a NULL user-space buffer
by FUJITA Tomonori
· 16 years ago
4d8ab62
bio: convert bio_copy_kern to use bio_copy_user
by FUJITA Tomonori
· 16 years ago
152e283
block: introduce struct rq_map_data to use reserved pages
by FUJITA Tomonori
· 16 years ago
a3bce90
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
by FUJITA Tomonori
· 16 years ago
c7c22e4
block: add support for IO CPU affinity
by Jens Axboe
· 16 years ago
3e1a7ff
block: allow disk to have extended device number
by Tejun Heo
· 16 years ago
689d6fa
block: replace @ext_minors with GENHD_FL_EXT_DEVT
by Tejun Heo
· 16 years ago
540eed5
block: make partition array dynamic
by Tejun Heo
· 16 years ago
074a7ac
block: move stats from disk to part0
by Tejun Heo
· 16 years ago
eddb2e2
block: kill GENHD_FL_FAIL and use part0->make_it_fail
by Tejun Heo
· 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
b7db995
block: move policy from disk to part0
by Tejun Heo
· 16 years ago
e561052
block: unify sysfs size node handling
by Tejun Heo
· 16 years ago
80795ae
block: move capacity 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
bcce3de
block: implement extended dev numbers
by Tejun Heo
· 16 years ago
c995905
block: fix diskstats access
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
88e3412
block: update add_partition() error handling
by Tejun Heo
· 16 years ago
ec2cded
block: allow deleting zero length partition
by Tejun Heo
· 16 years ago
5df97b9
drop vmerge accounting
by Mikulas Patocka
· 16 years ago
b8b3e16
block: drop virtual merging accounting
by Mikulas Patocka
· 16 years ago
8c540a9
Let the block device know when sectors can be discarded
by David Woodhouse
· 16 years ago
b77d753
[CIFS] Check that last search entry resume key is valid
by Steve French
· 16 years ago
0752f15
[CIFS] make sure we have the right resume info before calling CIFSFindNext
by Steve French
· 16 years ago
6050247
[CIFS] clean up error handling in cifs_unlink
by Steve French
· 16 years ago
39d80c3
ext4: Avoid double dirtying of super block in ext4_put_super()
by Andi Kleen
· 16 years ago
6873fa0
Hook ext4 to the vfs fiemap interface.
by Eric Sandeen
· 16 years ago
6b37faa
[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfo
by Jeff Layton
· 16 years ago
68c9d70
generic block based fiemap implementation
by Josef Bacik
· 16 years ago
00dc417
ocfs2: fiemap support
by Mark Fasheh
· 16 years ago
c4b929b
vfs: vfs-level fiemap interface
by Mark Fasheh
· 16 years ago
4d20c68
ext4: fix xattr deadlock
by Kalpak Shah
· 16 years ago
45a90bf
jbd2: Fix buffer head leak when writing the commit block
by Theodore Ts'o
· 16 years ago
ede86cc
ext4: Add debugging markers that can be used by systemtap
by Theodore Ts'o
· 16 years ago
23f8b79
jbd2: abort instead of waiting for nonexistent transaction
by Duane Griffin
· 16 years ago
c806e68
ext4: fix initialization of UNINIT bitmap blocks
by Frederic Bohe
· 16 years ago
c2ea3fd
ext4: Remove old legacy block allocator
by Theodore Ts'o
· 16 years ago
240799c
ext4: Use readahead when reading an inode from the inode table
by Theodore Ts'o
· 16 years ago
4b19de6
mm: tiny-shmem nommu fix
by Nick Piggin
· 16 years ago
16dbc6c
inotify: fix lock ordering wrt do_page_fault's mmap_sem
by Nick Piggin
· 16 years ago
31a78f2
mm owner: fix race between swapoff and exit
by Balbir Singh
· 16 years ago
d0185c0
Fix NULL pointer dereference in proc_sys_compare
by Linus Torvalds
· 16 years ago
ec4d902
Merge git://oss.sgi.com:8090/xfs/linux-2.6
by Linus Torvalds
· 16 years ago
bde40fe
Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6
by Linus Torvalds
· 16 years ago
254db57
GFS2: Support for I/O barriers
by Steven Whitehouse
· 16 years ago
71a8c87
[XFS] Remove xfs_iext_irec_compact_full()
by Lachlan McIlroy
· 16 years ago
f1ccd29
[XFS] Fix extent list corruption in xfs_iext_irec_compact_full().
by Lachlan McIlroy
· 16 years ago
62aa528
9p: use an IS_ERR test rather than a NULL test
by Julien Brunel
· 16 years ago
dfd15c4
cifs: explicitly revoke SPNEGO key after session setup
by Jeff Layton
· 16 years ago
d941477
cifs: Convert cifs to new aops.
by Nick Piggin
· 16 years ago
d388908
[CIFS] update DOS attributes in cifsInode if we successfully changed them
by Steve French
· 16 years ago
391e575
cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle
by Jeff Layton
· 16 years ago
7ce86d5
cifs: work around samba returning -ENOENT on SetFileDisposition call
by Jeff Layton
· 16 years ago
74553b1
cifs: fix inverted NULL check after kmalloc
by Jeff Layton
· 16 years ago
5e8814f
ext4: Combine proc file handling into a single set of functions
by Theodore Ts'o
· 16 years ago
9d81523
[CIFS] clean up upcall handling for dns_resolver keys
by Steve French
· 16 years ago
ee2fd96
[CIFS] fix busy-file renames and refactor cifs_rename logic
by Steve French
· 16 years ago
Next »