Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c6d3aaa4e35c71a32a86ececacd4eea7ecfc316c
/
fs
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
bfebb14
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
07e2e6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
a72bfd4
writeback: pass in super_block to bdi_start_writeback()
by Jens Axboe
· 15 years ago
3321b79
cifs: fix locking and list handling code in cifs_open and its helper
by Jeff Layton
· 15 years ago
6d7f18f
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
56a131d
writeback: writeback_inodes_sb() should use bdi_start_writeback()
by Jens Axboe
· 15 years ago
b3af946
writeback: don't delay inodes redirtied by a fast dirtier
by Wu Fengguang
· 15 years ago
9ecc273
writeback: make the super_block pinning more efficient
by Jens Axboe
· 15 years ago
cf13730
writeback: don't resort for a single super_block in move_expired_inodes()
by Jens Axboe
· 15 years ago
5c03449
writeback: move inodes from one super_block together
by Shaohua Li
· 15 years ago
5b0830c
writeback: get rid to incorrect references to pdflush in comments
by Jens Axboe
· 15 years ago
71fd05a
writeback: improve readability of the wb_writeback() continue/break logic
by Jens Axboe
· 15 years ago
ae1b7f7
writeback: cleanup writeback_single_inode()
by Wu Fengguang
· 15 years ago
7fbdea3
writeback: kupdate writeback shall not stop when more io is possible
by Wu Fengguang
· 15 years ago
d3ddec7
writeback: stop background writeback when below background threshold
by Wu Fengguang
· 15 years ago
a5989bd
fs: Fix busyloop in wb_writeback()
by Jan Kara
· 15 years ago
15dd478
[CIFS] Remove build warning
by Steve French
· 15 years ago
5d2c0e2
cifs: fix problems with last two commits
by Jeff Layton
· 15 years ago
0f59e61
[CIFS] Fix build break when keys support turned off
by Steve French
· 15 years ago
c44972f
procfs: disable per-task stack usage on NOMMU
by Andrew Morton
· 15 years ago
b9b9df6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 15 years ago
086f68b
cifs: eliminate cifs_init_private
by Jeff Layton
· 15 years ago
36dd2fd
nfs[23] tcp breakage in mount with binary options
by Al Viro
· 15 years ago
3bc303c
cifs: convert oplock breaks to use slow_work facility (try #4)
by Jeff Layton
· 15 years ago
7ca263cd
Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 15 years ago
dc2af6a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
6c5daf0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
801460d
task_struct cleanup: move binfmt field to mm_struct
by Hiroshi Shimamoto
· 15 years ago
a21f3c2
fs/romfs: correct error-handling code
by Julia Lawall
· 15 years ago
3886de9
adfs: remove redundant test on unsigned
by Roel Kluin
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
dd5d81f
fs/char_dev.c: remove useless loop
by Renzo Davoli
· 15 years ago
0b8c78f
flat: use IS_ERR_VALUE() helper macro
by Mike Frysinger
· 15 years ago
8e8b63a
fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size
by David Howells
· 15 years ago
0cf062d
elf: clean up fill_note_info()
by Amerigo Wang
· 15 years ago
ba0a6c9
fcntl: add F_[SG]ETOWN_EX
by Peter Zijlstra
· 15 years ago
06f1631
signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission()
by Oleg Nesterov
· 15 years ago
964ee7d
exec: fix set_binfmt() vs sys_delete_module() race
by Oleg Nesterov
· 15 years ago
61be228
exec: allow do_coredump() to wait for user space pipe readers to complete
by Neil Horman
· 15 years ago
a293980
exec: let do_coredump() limit the number of concurrent dumps to pipes
by Neil Horman
· 15 years ago
725eae3
exec: make do_coredump() more resilient to recursive crashes
by Neil Horman
· 15 years ago
ef1ff6b
hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fix
by From: Mel Gorman
· 15 years ago
54bcf38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus
by Chris Mason
· 15 years ago
c65ddb5
Btrfs: hash the btree inode during fill_super
by Yan Zheng
· 15 years ago
0257bb8
Btrfs: relocate file extents in clusters
by Yan, Zheng
· 15 years ago
f679a84
Btrfs: don't rename file into dummy directory
by Yan, Zheng
· 15 years ago
a571952
Btrfs: check size of inode backref before adding hardlink
by Yan, Zheng
· 15 years ago
c08d3b0
truncate: use new helpers
by npiggin@suse.de
· 15 years ago
25d9e2d
truncate: new helpers
by npiggin@suse.de
· 15 years ago
eca6f53
fs: fix overflow in sys_mount() for in-kernel calls
by Vegard Nossum
· 15 years ago
6d729e4
fs: Make unload_nls() NULL pointer safe
by Thomas Gleixner
· 15 years ago
4504230
freeze_bdev: grab active reference to frozen superblocks
by Christoph Hellwig
· 15 years ago
4fadd7b
freeze_bdev: kill bd_mount_sem
by Christoph Hellwig
· 15 years ago
1ba50bb
exofs: remove BKL from super operations
by Boaz Harrosh
· 15 years ago
88a0a53
fs/romfs: correct error-handling code
by Julia Lawall
· 15 years ago
f843980
vfs: seq_file: add helpers for data filling
by Miklos Szeredi
· 15 years ago
f909898
vfs: remove redundant position check in do_sendfile
by Jeff Layton
· 15 years ago
42cb56a
vfs: change sb->s_maxbytes to a loff_t
by Jeff Layton
· 15 years ago
5aa98b7
vfs: explicitly cast s_maxbytes in fiemap_check_ranges
by Jeff Layton
· 15 years ago
05cc0ce
libfs: return error code on failed attr set
by Wu Fengguang
· 15 years ago
7a62cc1
seq_file: return a negative error code when seq_path_root() fails.
by Tetsuo Handa
· 15 years ago
ce06e0b
vfs: optimize touch_time() too
by Andi Kleen
· 15 years ago
b12536c
vfs: optimization for touch_atime()
by Andi Kleen
· 15 years ago
22fe4042
vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it
by Jan Kara
· 15 years ago
af0d9ae
fs/inode.c: add dev-id and inode number for debugging in init_special_inode()
by Manish Katiyar
· 15 years ago
14be274
libfs: make simple_read_from_buffer conventional
by Steven Rostedt
· 15 years ago
96830a5
[PATCH] Fix idle time field in /proc/uptime
by Michael Abbott
· 15 years ago
2bcd57a
headers: utsname.h redux
by Alexey Dobriyan
· 15 years ago
11ef160
Btrfs: fix releasepage to avoid unlocking extents we haven't locked
by Chris Mason
· 15 years ago
46562ce
Btrfs: Fix test_range_bit for whole file extents
by Chris Mason
· 15 years ago
42daec2
Btrfs: fix errors handling cached state in set/clear_extent_bit
by Chris Mason
· 15 years ago
9e12a7e
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
2df5480
NFS: Propagate 'fsc' mount option through automounts
by David Howells
· 15 years ago
9423a08
NFS: Add nfs_alloc_parsed_mount_data
by Chuck Lever
· 15 years ago
8a6e5de
NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flags
by Trond Myklebust
· 15 years ago
60e78d2
9p: Add fscache support to 9p
by Abhishek Kulkarni
· 15 years ago
637d020
9p: Fix the incorrect update of inode size in v9fs_file_write()
by Abhishek Kulkarni
· 15 years ago
7549ae3
9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly.
by Abhishek Kulkarni
· 15 years ago
a7c367b
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 15 years ago
b64ada6
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
4fd8da8
fs: change sys_truncate length parameter type
by Heiko Carstens
· 15 years ago
a4255e4
ext2: fix format string compile warning (ino_t)
by Heiko Carstens
· 15 years ago
9f6c133
V3 minixfs: add missing directory type checking
by Doug Graham
· 15 years ago
8b2feb1
ncpfs: fix wrong check in __ncp_ioctl()
by Bartlomiej Zolnierkiewicz
· 15 years ago
c5df591
ncpfs: read buffer overflow
by Roel Kluin
· 15 years ago
a7e3108
ramfs: move RAMFS_MAGIC to include/linux/magic.h
by maximilian attems
· 15 years ago
0d4c36a
/proc/kcore: update stat.st_size after memory hotplug
by KAMEZAWA Hiroyuki
· 15 years ago
678ad5d
/proc/kcore: fix stat.st_size
by KAMEZAWA Hiroyuki
· 15 years ago
90396f9
kcore: more fixes for init
by KAMEZAWA Hiroyuki
· 15 years ago
81ac3ad
kcore: register module area in generic way
by KAMEZAWA Hiroyuki
· 15 years ago
26562c5
kcore: register vmemmap range
by KAMEZAWA Hiroyuki
· 15 years ago
3089aa1
kcore: use registerd physmem information
by KAMEZAWA Hiroyuki
· 15 years ago
9492587
kcore: register text area in generic way
by KAMEZAWA Hiroyuki
· 15 years ago
a0614da
kcore: register vmalloc area in generic way
by KAMEZAWA Hiroyuki
· 15 years ago
c30bb2a
kcore: add kclist types
by KAMEZAWA Hiroyuki
· 15 years ago
2ef43ec
kcore: use usual list for kclist
by KAMEZAWA Hiroyuki
· 15 years ago
d899bf7
procfs: provide stack information for threads
by Stefani Seibold
· 15 years ago
cba8aaf
fs/proc/base.c: fix proc_fault_inject_write() input sanity check
by Vincent Li
· 15 years ago
Next »