Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c762be637503b833012457087133c1292fd6056d
/
fs
8128057
Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
7d2f280
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
3d287de
ext4: optimize orphan_list handling for ext4_setattr
by Dmitry Monakhov
· 14 years ago
beed5ec
ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new
by Nicolas Kaiser
· 14 years ago
17bb51d
Merge branch 'akpm-incoming-2'
by Linus Torvalds
· 14 years ago
a6371b6
ext4: fix compile error in ext4_fallocate()
by Kazuya Mio
· 14 years ago
eee4adc
ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static
by Eric Sandeen
· 14 years ago
61d0867
ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()
by Theodore Ts'o
· 14 years ago
4a873a4
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
by Theodore Ts'o
· 14 years ago
bf89d16
ext4: rename {ext,idx}_pblock and inline small extent functions
by Theodore Ts'o
· 14 years ago
1f109d5
ext4: make various ext4 functions be static
by Theodore Ts'o
· 14 years ago
5dabfc7
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
by Theodore Ts'o
· 14 years ago
7f93cff
ext4: fix kernel oops if the journal superblock has a non-zero j_errno
by Theodore Ts'o
· 14 years ago
72f84e6
ext4: update writeback_index based on last page scanned
by Eric Sandeen
· 14 years ago
5b41d92
ext4: implement writeback livelock avoidance using page tagging
by Eric Sandeen
· 14 years ago
bbd0834
ext4: tidy up a void argument in inode.c
by Eric Sandeen
· 14 years ago
27ee40d
ext4: add batched_discard into ext4 feature list
by Lukas Czerner
· 14 years ago
7360d17
ext4: Add batched discard support for ext4
by Lukas Czerner
· 14 years ago
367a51a
fs: Add FITRIM ioctl
by Lukas Czerner
· 14 years ago
77ca6cd
ext4: Use return value from sb_issue_discard()
by Lukas Czerner
· 14 years ago
8778369
ext4: Check return value of sb_getblk() and friends
by Namhyung Kim
· 14 years ago
bd2d021
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
1de3e3d
ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io()
by Theodore Ts'o
· 14 years ago
3ecdb3a
ext4: inline walk_page_buffers() into mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
cb20d51
ext4: inline ext4_writepage() into mpage_da_submit_io()
by Theodore Ts'o
· 14 years ago
a42afc5
ext4: simplify ext4_writepage()
by Theodore Ts'o
· 14 years ago
5a87b7a
ext4: call mpage_da_submit_io() from mpage_da_map_blocks()
by Theodore Ts'o
· 14 years ago
1682808
ext4: use KMEM_CACHE instead of kmem_cache_create
by Theodore Ts'o
· 14 years ago
7845c04
ext4: use search_dirblock() in ext4_dx_find_entry()
by Theodore Ts'o
· 14 years ago
8941ec8
ext4: avoid uninitialized memory references in ext3_htree_next_block()
by Theodore Ts'o
· 14 years ago
640e939
ext4: remove unused ext4_sb_info members
by Eric Sandeen
· 14 years ago
c999af2
ext4: queue conversion after adding to inode's completed IO list
by Eric Sandeen
· 14 years ago
3e1e5f5
ext4: don't use ext4_allocation_contexts for tracing
by Eric Sandeen
· 14 years ago
0c9169c
ext4: fix potential infinite loop in ext4_da_writepages()
by Toshiyuki Okajima
· 14 years ago
e0d10bf
ext4: improve llseek error handling for overly large seek offsets
by Toshiyuki Okajima
· 14 years ago
c41303c
ext4: don't update sb journal_devnum when RO dev
by Maciej Żenczykowski
· 14 years ago
2407518
ext4: use sb_issue_zeroout in ext4_ext_zeroout
by Lukas Czerner
· 14 years ago
a31437b
ext4: use sb_issue_zeroout in setup_new_group_blocks
by Lukas Czerner
· 14 years ago
857ac88
ext4: add interface to advertise ext4 features in sysfs
by Lukas Czerner
· 14 years ago
bfff687
ext4: add support for lazy inode table initialization
by Lukas Czerner
· 14 years ago
5c2178e
jbd2: Add sanity check for attempts to start handle during umount
by Theodore Ts'o
· 14 years ago
a1c6c56
ext4: fix NULL pointer dereference in print_daily_error_info()
by Sergey Senozhatsky
· 14 years ago
53fdcf9
ext4: don't hold spinlock while calling ext4_issue_discard()
by Lukas Czerner
· 14 years ago
5829870
ext4: check for negative error code from sb_issue_discard
by Lukas Czerner
· 14 years ago
b443e73
ext4: don't bump up LONG_MAX nr_to_write by a factor of 8
by Eric Sandeen
· 14 years ago
659c600
ext4: stop looping in ext4_num_dirty_pages when max_pages reached
by Eric Sandeen
· 14 years ago
fb1813f
ext4: use dedicated slab caches for group_info structures
by Curt Wohlgemuth
· 14 years ago
39e3ac2
jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode
by Brian King
· 14 years ago
58590b0
ext4: fix EOFBLOCKS_FL handling
by Theodore Ts'o
· 14 years ago
55f335a
fasync: Fix placement of FASYNC flag comment
by Linus Torvalds
· 14 years ago
7420a8c
Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
95aac7b
epoll: make epoll_wait() use the hrtimer range feature
by Shawn Bohrer
· 14 years ago
231f3d3
select: rename estimate_accuracy() to select_estimate_accuracy()
by Andrew Morton
· 14 years ago
0be8557
fuse: use release_pages()
by Miklos Szeredi
· 14 years ago
98391cf
exec: don't turn PF_KTHREAD off when a target command was not found
by KOSAKI Motohiro
· 14 years ago
478735e3
/proc/stat: fix scalability of irq sum of all cpu
by KAMEZAWA Hiroyuki
· 14 years ago
f2c66cd
/proc/stat: scalability of irq num per cpu
by KAMEZAWA Hiroyuki
· 14 years ago
19cd56c
procfs: fix /proc/softirqs formatting
by Davidlohr Bueso
· 14 years ago
b40d4f8
/proc/pid/smaps: export amount of anonymous memory in a mapping
by Nikanth Karthikesan
· 14 years ago
8950215
coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
by Roland McGrath
· 14 years ago
1b0d300
core_pattern: fix truncation by core_pattern handler with long parameters
by Xiaotian Feng
· 14 years ago
9b1bf12
signals: move cred_guard_mutex from task_struct to signal_struct
by KOSAKI Motohiro
· 14 years ago
e45c9ef
isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory
by Ondrej Zary
· 14 years ago
4408ea4
quota: Fix possible oops in __dquot_initialize()
by Jan Kara
· 14 years ago
a4c18ad
ext3: Update kernel-doc comments
by Namhyung Kim
· 14 years ago
bcf3d0b
jbd/2: fixed typos
by Andrea Gelmini
· 14 years ago
58c6ed3
ext2: fixed typo.
by Andrea Gelmini
· 14 years ago
db50d20
ext3: Fix debug messages in ext3_group_extend()
by Namhyung Kim
· 14 years ago
e4d5e3a
jbd: Convert atomic_inc() to get_bh()
by Namhyung Kim
· 14 years ago
bfa01df
ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()
by Namhyung Kim
· 14 years ago
b8ea49f
jbd: Fix debug message in do_get_write_access()
by Namhyung Kim
· 14 years ago
2a0e338
jbd: Check return value of __getblk()
by Namhyung Kim
· 14 years ago
81a4e32
ext3: Use DIV_ROUND_UP() on group desc block counting
by Namhyung Kim
· 14 years ago
4569cd1
ext3: Return proper error code on ext3_fill_super()
by Namhyung Kim
· 14 years ago
57e94d8
ext3: Remove unnecessary casts on bh->b_data
by Namhyung Kim
· 14 years ago
df0d6b8
ext3: Cleanup ext3_setup_super()
by Namhyung Kim
· 14 years ago
86f3cbe
quota: Fix issuing of warnings from dquot_transfer
by Jan Kara
· 14 years ago
9e32784
quota: fix dquot_disable vs dquot_transfer race v2
by Dmitry
· 14 years ago
a910eef
jbd: Convert bitops to buffer fns
by Namhyung Kim
· 14 years ago
dff6825
ext3/jbd: Avoid WARN() messages when failing to write the superblock
by Darrick J. Wong
· 14 years ago
8117f98
jbd: Use offset_in_page() instead of manual calculation
by Namhyung Kim
· 14 years ago
2b23976
jbd: Remove unnecessary goto statement
by Namhyung Kim
· 14 years ago
f81e3d4
jbd: Use printk_ratelimited() in journal_alloc_journal_head()
by Namhyung Kim
· 14 years ago
c5639be
jbd: Move debug message into #ifdef area
by Namhyung Kim
· 14 years ago
26f78b7
ext2: fix comment on ext2_try_to_allocate()
by Namhyung Kim
· 14 years ago
72f98e7
locks: turn lock_flocks into a spinlock
by Arnd Bergmann
· 14 years ago
f7347ce
fasync: re-organize fasync entry insertion to allow it under a spinlock
by Linus Torvalds
· 14 years ago
c5b1f0d
locks/nfsd: allocate file lock outside of spinlock
by Arnd Bergmann
· 14 years ago
a282a1f
lockd: fix nlmsvc_notify_blocked locking
by J. Bruce Fields
· 14 years ago
763641d
lockd: push lock_flocks down
by Arnd Bergmann
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
18a043f
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
31453a9
Merge branch 'akpm-incoming-1'
by Linus Torvalds
· 14 years ago
766f916
kernel: remove PF_FLUSHER
by Peter Zijlstra
· 14 years ago
518de9b
fs: allow for more than 2^31 files
by Eric Dumazet
· 14 years ago
99dc829
procfs: fix numbering in /proc/locks
by Jerome Marchand
· 14 years ago
4199ca7
fs: move exportfs since it is not a networking filesystem
by Randy Dunlap
· 14 years ago
1df79da
fs/buffer.c: remove duplicated assignment to b_private
by Namhyung Kim
· 14 years ago
cd1c584
fs/direct-io.c: fix truncation error in dio_complete() return
by Edward Shishkin
· 14 years ago
Next »