Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ab6d7846cf80affc43b9d412fed5e25dfcf4f35d
/
fs
3419b45
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
01504f5
Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 9 years ago
264015f
Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
d55fc37
Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
c1c5346
direct-io: be sure to assign dio->bio_bdev for both paths
by Jens Axboe
· 9 years ago
bd4f203
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
e6604ecb
Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
9d74288
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 9 years ago
123a28d
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
e4da7e9
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 9 years ago
1bde925
fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binaries
by Rich Felker
· 9 years ago
28f6570
fs/stat.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
3cc5d9a
fs/reiserfs/namei.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
3348a17
fs/nilfs2/namei.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
4467e29
fs/ncpfs/dir.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
a2a1704
fs/jfs: remove unnecessary new_valid_dev() checks
by Yaowei Bai
· 9 years ago
fdca5e6
fs/hpfs/namei.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
a8415e4
fs/f2fs/namei.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
d7df000
fs/ext2/namei.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
5738939
fs/exofs/namei.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
7cac0a8
fs/btrfs/inode.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
349c703
fs/9p: remove unnecessary new_valid_dev() checks
by Yaowei Bai
· 9 years ago
79211c8
remove abs64()
by Andrew Morton
· 9 years ago
dbce03b
fs/writeback.c: fix kernel-doc warnings
by Randy Dunlap
· 9 years ago
30fdc8e
fs/inode.c: fix kernel-doc warning
by Randy Dunlap
· 9 years ago
ab27a8d
coredump: add DAX filtering for FDPIC ELF coredumps
by Ross Zwisler
· 9 years ago
5037835
coredump: add DAX filtering for ELF coredumps
by Ross Zwisler
· 9 years ago
31dddd9
GFS2: Fix rgrp end rounding problem for bsize < page size
by Bob Peterson
· 9 years ago
ad804a0
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
75021d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
15c4f63
directio: add block polling support
by Jens Axboe
· 9 years ago
8c1c5f2
ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs
by Dongsheng Yang
· 9 years ago
ab92a20
ubifs: make ubifs_[get|set]xattr atomic
by Dongsheng Yang
· 9 years ago
0f93090
fs, seqfile: always allow oom killer
by Greg Thelen
· 9 years ago
25c6bb76e
seq_file: reuse string_escape_str()
by Andy Shevchenko
· 9 years ago
8b91a31
fs/seq_file: use seq_* helpers in seq_hex_dump()
by Andy Shevchenko
· 9 years ago
d61ba58
coredump: change zap_threads() and zap_process() to use for_each_thread()
by Oleg Nesterov
· 9 years ago
5fa534c
coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP
by Oleg Nesterov
· 9 years ago
9317bb9
signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)
by Oleg Nesterov
· 9 years ago
9a13049
signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()
by Oleg Nesterov
· 9 years ago
be0e6f2
signal: turn dequeue_signal_lock() into kernel_dequeue_signal()
by Oleg Nesterov
· 9 years ago
4f05028
nilfs2: fix gcc uninitialized-variable warnings in powerpc build
by Ryusuke Konishi
· 9 years ago
09ef29e
nilfs2: fix gcc unused-but-set-variable warnings
by Ryusuke Konishi
· 9 years ago
a9cd207
nilfs2: add tracepoints for analyzing reading and writing metadata files
by Hitoshi Mitake
· 9 years ago
83eec5e
nilfs2: add tracepoints for analyzing sufile manipulation
by Hitoshi Mitake
· 9 years ago
44fda11
nilfs2: add a tracepoint for transaction events
by Hitoshi Mitake
· 9 years ago
5849770
nilfs2: add a tracepoint for tracking stage transition of segment construction
by Hitoshi Mitake
· 9 years ago
d0c14a9
nilfs2: free unused dat file blocks during garbage collection
by Ryusuke Konishi
· 9 years ago
da01995
nilfs2: add helper functions to delete blocks from dat file
by Ryusuke Konishi
· 9 years ago
b225809
nilfs2: get rid of nilfs_palloc_group_is_in()
by Ryusuke Konishi
· 9 years ago
18c41b3
nilfs2: refactor nilfs_palloc_find_available_slot()
by Ryusuke Konishi
· 9 years ago
4e9e63a
nilfs2: do not call nilfs_mdt_bgl_lock() needlessly
by Ryusuke Konishi
· 9 years ago
b7bed71
nilfs2: use nilfs_warning() in allocator implementation
by Ryusuke Konishi
· 9 years ago
da80a39
nilfs2: drop null test before destroy functions
by Julia Lawall
· 9 years ago
eac44a5
fs/jffs2/wbuf.c: remove stray semicolon
by Andrew Morton
· 9 years ago
54708d2
proc: actually make proc_fd_permission() thread-friendly
by Oleg Nesterov
· 9 years ago
3a49f3d
fs/proc/array.c: set overflow flag in case of error
by Andy Shevchenko
· 9 years ago
23d0127
fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback
by Jan Kara
· 9 years ago
c62d255
mm, fs: introduce mapping_gfp_constraint()
by Michal Hocko
· 9 years ago
71baba4
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
by Mel Gorman
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
27eb427b
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
7130098
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
54bcfdf
UBIFS: Delete unnecessary checks before the function call "iput"
by Markus Elfring
· 9 years ago
aeeb14f
UBIFS: Fix possible memory leak in ubifs_readdir()
by Richard Weinberger
· 9 years ago
86ba9ed
fs/ubifs: remove unnecessary new_valid_dev check
by Yaowei Bai
· 9 years ago
22402cd
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
02f0d3f
Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
2e3078a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
ea5c58e
vfs: clear remainder of 'full_fds_bits' in dup_fd()
by Eric Biggers
· 9 years ago
b72bdfa
mm, oom: add comment for why oom_adj exists
by David Rientjes
· 9 years ago
5d3875a
mm: clear_soft_dirty_pmd() requires THP
by Laurent Dufour
· 9 years ago
326c259
mm: clear pte in clear_soft_dirty()
by Laurent Dufour
· 9 years ago
aa750fd
mm/filemap.c: make global sync not clear error status of individual inodes
by Junichi Nomura
· 9 years ago
5d317b2
mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
by Naoya Horiguchi
· 9 years ago
25ee01a
mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps
by Naoya Horiguchi
· 9 years ago
b647874
9p: do not overwrite return code when locking fails
by Dominique Martinet
· 9 years ago
262d8a8
ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()
by Joseph Qi
· 9 years ago
5afc44e
ocfs2: add uuid to ocfs2 thread name for problem analysis
by Joseph Qi
· 9 years ago
b1529a4
ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error
by alex chen
· 9 years ago
0986fe9b
ocfs2: fix race between mount and delete node/cluster
by Joseph Qi
· 9 years ago
93d911f
ocfs2: only take lock if dio entry when recover orphans
by Joseph Qi
· 9 years ago
30edc43
ocfs2: do not include dio entry in case of orphan scan
by Joseph Qi
· 9 years ago
1d1aff8
ocfs2: improve performance for localalloc
by Joseph Qi
· 9 years ago
4e357b9
ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()
by jiangyiwen
· 9 years ago
d162eaa
ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code
by Norton.Zhu
· 9 years ago
ce4f2fd
logfs: fix build warning
by Sudip Mukherjee
· 9 years ago
d30e2c0
inotify: actually check for invalid bits in sys_inotify_add_watch()
by Dave Hansen
· 9 years ago
6933599
inotify: hide internal kernel bits from fdinfo
by Dave Hansen
· 9 years ago
1873499
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
6de29ccb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 9 years ago
66339fda
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 9 years ago
0fcb9d2
Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
d000f8d
Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 9 years ago
9576c2f
Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 9 years ago
e880e874
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
527d152
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
d9734e0
Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
d227c3a
tracefs: Fix refcount imbalance in start_creating()
by Daniel Borkmann
· 9 years ago
e627078
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 years ago
Next »