Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
fb9c818873a788c5c01c9868cc6050df96e2c7df
/
fs
12e24f3
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
3e10760
fat: Fix the removal of opts->fs_dmask
by OGAWA Hirofumi
· 15 years ago
bee89ab
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 15 years ago
31583d6
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
528da3e
inotify: inotify_destroy_mark_entry could get called twice
by Eric Paris
· 15 years ago
90c699a
block: rename CONFIG_LBD to CONFIG_LBDAF
by Bartlomiej Zolnierkiewicz
· 15 years ago
0732f87
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
0b92360
seq_file: add function to write binary data
by Peter Oberparleiter
· 15 years ago
3b34fc5
elf_core_dump: use rcu_read_lock() to access ->real_parent
by Oleg Nesterov
· 15 years ago
1d965fe
reiserfs: fix warnings with gcc 4.4
by Jeff Mahoney
· 15 years ago
37044c8
ufs: sector_t cannot be negative
by Roel Kluin
· 15 years ago
5404ac8
isofs: cleanup mount option processing
by Jan Kara
· 15 years ago
5c4a656
isofs: fix setting of uid and gid to 0
by Jan Kara
· 15 years ago
52b680c
isofs: let mode and dmode mount options override rock ridge mode setting
by Jan Kara
· 15 years ago
ef43618
ext3: make sure inode is deleted from orphan list after truncate
by Jan Kara
· 15 years ago
6f3f1cb
jbd: clean up journal_try_to_free_buffers()
by Hisashi Hifumi
· 15 years ago
e8ef7aa
ext3: fix chain verification in ext3_get_blocks()
by Jan Kara
· 15 years ago
39fe755
ext2: Do not update mtime of a moved directory
by Jan Kara
· 15 years ago
2f6d311
proc: vmcore - use kzalloc in get_new_element()
by Cyrill Gorcunov
· 15 years ago
bcac2b1
procfs: remove sparse errors in proc_devtree.c
by Michal Simek
· 15 years ago
3fe4a97
epoll: fix nested calls support
by Davide Libenzi
· 15 years ago
d3d64df
proc: export statistics for softirq to /proc
by Keika Kobayashi
· 15 years ago
d3a9262
fs: Provide empty .set_page_dirty() aop for anon inodes
by Peter Zijlstra
· 15 years ago
536fc24
jbd2: clean up jbd2_journal_try_to_free_buffers()
by Hisashi Hifumi
· 15 years ago
aa2638a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 15 years ago
b7c142d
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 15 years ago
9cb0fbf
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 15 years ago
feb72ce
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
852969b
Hugetlbfs: Enable hugetlbfs for more systems in Kconfig.
by David Daney
· 15 years ago
5ac3455
get rid of BKL in fs/sysv
by Al Viro
· 15 years ago
cc46759
get rid of BKL in fs/minix
by Al Viro
· 15 years ago
e7ec952
get rid of BKL in fs/efs
by Al Viro
· 15 years ago
536c949
befs ->pust_super() doesn't need BKL
by Al Viro
· 15 years ago
608ba50
Cleanup of adfs headers
by Al Viro
· 15 years ago
ee450f7
9P doesn't need BKL in ->umount_begin()
by Al Viro
· 15 years ago
66c6af2
fuse doesn't need BKL in ->umount_begin()
by Al Viro
· 15 years ago
fe36adf
No instance of ->bmap() needs BKL
by Al Viro
· 15 years ago
b089551
remove unlock_kernel() left accidentally
by J. R. Okajima
· 15 years ago
210ad6a
ext4: avoid unnecessary spinlock in critical POSIX ACL path
by Theodore Ts'o
· 15 years ago
9c64daf
ext3: avoid unnecessary spinlock in critical POSIX ACL path
by Linus Torvalds
· 15 years ago
005411c
AFS: Correctly translate auth error aborts and don't failover in such cases
by David Howells
· 15 years ago
517d086
Merge branch 'akpm'
by Linus Torvalds
· 15 years ago
69050ee
CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK
by Tomas Szepe
· 15 years ago
8b0b1db
remove put_cpu_no_resched()
by Thomas Gleixner
· 15 years ago
4938d7e
poll: avoid extra wakeups in select/poll
by Eric Dumazet
· 15 years ago
02d5341
ntfs: use is_power_of_2() function for clarity.
by Robert P. J. Day
· 15 years ago
84a8924
writeback: skip new or to-be-freed inodes
by Wu Fengguang
· 15 years ago
2869735
mm: remove __invalidate_mapping_pages variant
by Mike Waychison
· 15 years ago
2ff05b2
oom: move oom_adj value from task_struct to mm_struct
by David Rientjes
· 15 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 15 years ago
1779754
proc: export more page flags in /proc/kpageflags
by Wu Fengguang
· 15 years ago
ed7ce0f
proc: kpagecount/kpageflags code cleanup
by Wu Fengguang
· 15 years ago
20a0307
mm: introduce PageHuge() for testing huge/gigantic pages
by Wu Fengguang
· 15 years ago
8eeee4e
send_sigio_to_task: sanitize the usage of fown->signum
by Oleg Nesterov
· 15 years ago
2f38d70
shift current_cred() from __f_setown() to f_modown()
by Oleg Nesterov
· 15 years ago
e1f5b94
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
6fd0330
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
cd5232b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6
by Linus Torvalds
· 15 years ago
300df7d
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
d613839
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
f7c52fd
jfs: fix regression preventing coalescing of extents
by Dave Kleikamp
· 15 years ago
69257ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
23059a0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 15 years ago
e212d6f
block: remove some includings of blktrace_api.h
by Li Zefan
· 15 years ago
a979eff
ubifs: register backing_dev_info
by Jens Axboe
· 15 years ago
ad081f1
btrfs: properly register fs backing device
by Jens Axboe
· 15 years ago
74675a5
NLS: update handling of Unicode
by Alan Stern
· 16 years ago
905c02a
nls: utf8_wcstombs: fix buffer overflow
by Clemens Ladisch
· 16 years ago
e27ecdd
nls: utf8_wcstombs: use correct buffer size in error case
by Clemens Ladisch
· 16 years ago
e4792aa
debugfs: use specified mode to possibly mark files read/write only
by Robin Getz
· 15 years ago
400ced6
debugfs: fix docbook error
by Jonathan Corbet
· 15 years ago
56a83cc
debugfs: dont stop on first failed recursive delete
by Steven Rostedt
· 16 years ago
557411e
Sysfs: fix possible memleak in sysfs_follow_link
by Armin Kuster
· 16 years ago
978d910
Btrfs: always update root items for fs trees at commit time
by Yan Zheng
· 15 years ago
9af0b38
ocfs2/net: Use wait_event() in o2net_send_message_vec()
by Sunil Mushran
· 15 years ago
6b791bc
ocfs2: Adjust rightmost path in ocfs2_add_branch.
by Tao Ma
· 15 years ago
9c7cb99
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
df59c0a
[SCSI] compat: don't perform unneeded copy in sg_io code
by Alexey Zaytsev
· 15 years ago
4159175
ext4: Don't update ctime for non-extent-mapped inodes
by Theodore Ts'o
· 15 years ago
0a8eba9
ramfs: ignore unknown mount options
by Mike Frysinger
· 15 years ago
de9a55b
ext4: Fix up whitespace issues in fs/ext4/inode.c
by Theodore Ts'o
· 15 years ago
0610b6e
ext4: Fix 64-bit block type problem on 32-bit platforms
by Theodore Ts'o
· 15 years ago
489f7ab
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
1101391
ext4: teach the inode allocator to use a goal inode number
by Andreas Dilger
· 15 years ago
f157a4a
ext4: Use a hash of the topdir directory name for the Orlov parent group
by Theodore Ts'o
· 15 years ago
4ab2f15
ext4: move the abort flag from s_mount_opts to s_mount_flags
by Theodore Ts'o
· 15 years ago
bc0b0d6
ext4: update the s_last_mounted field in the superblock
by Theodore Ts'o
· 15 years ago
7f4520c
ext4: change s_mount_opt to be an unsigned int
by Theodore Ts'o
· 15 years ago
748de67
ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl
by Akira Fujita
· 15 years ago
fd40261
Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus
by Felix Blyakher
· 15 years ago
e83f1eb
xfs: fix small mismerge in xfs_vn_mknod
by Christoph Hellwig
· 15 years ago
493b87e
xfs: fix warnings with CONFIG_XFS_QUOTA disabled
by Christoph Hellwig
· 15 years ago
f3ad116
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs
by Linus Torvalds
· 15 years ago
c53567a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
by Linus Torvalds
· 15 years ago
c9b8af0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 15 years ago
6cb8a91
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 15 years ago
7f3591c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest
by Linus Torvalds
· 15 years ago
c34752b
Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 15 years ago
d614aec
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 15 years ago
76d93ff
trivial: fix typo in bio_alloc kernel doc
by Nikanth Karthikesan
· 16 years ago
Next »