Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
74cd15cd02708c7188581f279f33a98b2ae8d322
/
fs
74cd15c
ext4: reclaim extents from extent status tree
by Zheng Liu
· 12 years ago
bdedbb7
ext4: adjust some functions for reclaiming extents from extent status tree
by Zheng Liu
· 12 years ago
69eb33d
ext4: remove single extent cache
by Zheng Liu
· 12 years ago
d100eef
ext4: lookup block mapping in extent status tree
by Zheng Liu
· 12 years ago
f7fec03
ext4: track all extent status in extent status tree
by Zheng Liu
· 12 years ago
a25a4e1
ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag
by Zheng Liu
· 12 years ago
be40136
ext4: rename and improbe ext4_es_find_extent()
by Zheng Liu
· 12 years ago
fdc0212
ext4: add physical block and status member into extent status tree
by Zheng Liu
· 12 years ago
06b0c88
ext4: refine extent status tree
by Zheng Liu
· 12 years ago
0f70b40
ext4: use ERR_PTR() abstraction for ext4_append()
by Theodore Ts'o
· 12 years ago
dc6982f
ext4: refactor code to read directory blocks into ext4_read_dirblock()
by Theodore Ts'o
· 12 years ago
01a523e
ext4: add debugging context for warning in ext4_da_update_reserve_space()
by Theodore Ts'o
· 12 years ago
8de5c32
ext4: use KERN_WARNING for warning messages
by Theodore Ts'o
· 12 years ago
b6e96d0
jbd2: use module parameters instead of debugfs for jbd_debug
by Theodore Ts'o
· 12 years ago
a0b30c1
ext4: use module parameters instead of debugfs for mballoc_debug
by Theodore Ts'o
· 12 years ago
1139575
ext4: start handle at the last possible moment when creating inodes
by Theodore Ts'o
· 12 years ago
95eaefb
ext4: fix the number of credits needed for acl ops with inline data
by Theodore Ts'o
· 12 years ago
64044ab
ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir()
by Theodore Ts'o
· 12 years ago
4b21763
ext4: fix the number of credits needed for ext4_ext_migrate()
by Theodore Ts'o
· 12 years ago
8dcfaad
ext4: start handle at the last possible moment in ext4_rmdir()
by Theodore Ts'o
· 12 years ago
931b686
ext4: start handle at the last possible moment in ext4_unlink()
by Theodore Ts'o
· 12 years ago
47564bf
ext4: grab page before starting transaction handle in write_begin()
by Theodore Ts'o
· 12 years ago
9924a92
ext4: pass context information to jbd2__journal_start()
by Theodore Ts'o
· 12 years ago
722887d
ext4: move the jbd2 wrapper functions out of super.c
by Theodore Ts'o
· 12 years ago
343d9c2
jbd2: add tracepoints which provide per-handle statistics
by Theodore Ts'o
· 12 years ago
9fff24a
jbd2: track request delay statistics
by Theodore Ts'o
· 12 years ago
40ae348
ext4: optimize mballoc for large allocations
by Theodore Ts'o
· 12 years ago
8dc0aa8
ext4: check incompatible mount options while mounting ext2/3
by Theodore Ts'o
· 12 years ago
e33e60e
ext4: print error when argument of inode_readahead_blk is invalid
by Jan Kara
· 12 years ago
5f3633e
ext4: make mount option parsing loop more logical
by Jan Kara
· 12 years ago
0efb3b2
ext4: move several mount options to standard handling loop
by Jan Kara
· 12 years ago
0e79537
ext4: reduce one "if" comparison in ext4_dirhash()
by Cong Ding
· 12 years ago
f116700
ext4: fix race in ext4_mb_add_n_trim()
by Niu Yawei
· 12 years ago
87e6987
ext4: fix smatch warning in move_extent.c's mext_replace_branches()
by Akria Fujita
· 12 years ago
524c19e
ext4: use WARN in ext4_alloc_blocks
by Julia Lawall
· 12 years ago
e7b04ac
jbd2: don't wake kjournald unnecessarily
by Eric Sandeen
· 12 years ago
091e26d
ext4: fix possible use-after-free with AIO
by Jan Kara
· 12 years ago
b1deefc
ext4: remove unnecessary NULL pointer check
by Guo Chao
· 12 years ago
41be871
ext4: remove useless assignment in dx_probe()
by Guo Chao
· 12 years ago
2bbbee2
ext4: remove unused variable in add_dirent_to_buf()
by Guo Chao
· 12 years ago
d5ac777
ext4: release buffer when checksum failed
by Guo Chao
· 12 years ago
b06acd3
ext4: remove explicit WARN_ON when ext4_map_blocks() fails
by Lukas Czerner
· 12 years ago
cfa7275
ext4: remove unused variable flags
by Lukas Czerner
· 12 years ago
fe38613
ext4: fix ext4_writepage() to achieve data=ordered guarantees
by Jan Kara
· 12 years ago
8a850c3
ext4: Make ext4_bio_writepage() handle unprepared buffers
by Jan Kara
· 12 years ago
b6a8e62
ext4: simplify mpage_add_bh_to_extent()
by Jan Kara
· 12 years ago
f8bec37
ext4: dirty page has always buffers attached
by Jan Kara
· 12 years ago
002bd7f
ext4: simplify list handling in ext4_do_flush_completed_IO()
by Jan Kara
· 12 years ago
84c1754
ext4: move work from io_end to inode
by Jan Kara
· 12 years ago
fe089c7
ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io()
by Jan Kara
· 12 years ago
1ae48a6
ext4: use redirty_page_for_writepage() in ext4_bio_write_page()
by Jan Kara
· 12 years ago
36ade45
ext4: Always use ext4_bio_write_page() for writeout
by Jan Kara
· 12 years ago
8bad6fc
ext4: add punching hole support for non-extent-mapped files
by Zheng Liu
· 12 years ago
03dafb5
ext4: fix memory leak when quota options are specified multiple times
by Chen Gang
· 12 years ago
72ba745
ext4: release sysfs kobject when failing to enable quotas on mount
by Theodore Ts'o
· 12 years ago
aaddea8
ext4: add tracepoint in punching hole
by Zheng Liu
· 12 years ago
7f51186
ext4: trigger the lazy inode table initialization after resize
by Theodore Ts'o
· 12 years ago
15b4913
ext4: check bh in ext4_read_block_bitmap()
by Eryu Guan
· 12 years ago
aebf024
ext4: use unlikely to improve the efficiency of the kernel
by Wang Shilong
· 12 years ago
860d21e
ext4: return ENOMEM if sb_getblk() fails
by Theodore Ts'o
· 12 years ago
5c33d9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
127aa930
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
f776372
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
4c9014f
Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
ae62ca7
tcp: fix MSG_SENDPAGE_NOTLAST logic
by Eric Dumazet
· 12 years ago
fef0ebd
ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()
by Guo Chao
· 12 years ago
0ecaef0
ext4: release buffer in failed path in dx_probe()
by Guo Chao
· 12 years ago
96465ef
ext4: fix configuration dependencies for ext4 ACLs and security labels
by Valerie Aurora
· 12 years ago
ecf0eb9
nfs: avoid dereferencing null pointer in initiate_bulk_draining
by Nickolai Zeldovich
· 12 years ago
6db6dd7
NFS: Ensure that we free the rpc_task after read and write cleanups are done
by Trond Myklebust
· 12 years ago
e25fbe3
nfs: fix null checking in nfs_get_option_str()
by Xi Wang
· 12 years ago
39e88fc
pnfs: Increase the refcount when LAYOUTGET fails the first time
by Yanchuan Nian
· 12 years ago
4956964
Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
6ae1417
misc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
f568f6c
pstore: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
f8d9a89
NFS: Fix access to suid/sgid executables
by Weston Andros Adamson
· 12 years ago
2318aa2
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 12 years ago
ed4e6a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
by Linus Torvalds
· 12 years ago
007f6c3
Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
5439ca6
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
a7a88b2
mempolicy: remove arg from mpol_parse_str, mpol_to_str
by Hugh Dickins
· 12 years ago
128dd17
epoll: prevent missed events on EPOLL_CTL_MOD
by Eric Wong
· 12 years ago
13d2eb0
GFS2: Reset rd_last_alloc when it reaches the end of the rgrp
by Bob Peterson
· 12 years ago
15bd50a
GFS2: Stop looking for free blocks at end of rgrp
by Bob Peterson
· 12 years ago
f1213ca
GFS2: Fix race in gfs2_rs_alloc
by Abhijith Das
· 12 years ago
ec14875
GFS2: Initialize hex string to '0'
by Nathan Straz
· 12 years ago
63b7d3a
CIFS: Don't let read only caching for mandatory byte-range locked files
by Pavel Shilovsky
· 12 years ago
88cf75a
CIFS: Fix write after setting a read lock for read oplock files
by Pavel Shilovsky
· 12 years ago
ca8aa29
Revert "CIFS: Fix write after setting a read lock for read oplock files"
by Pavel Shilovsky
· 12 years ago
31efee6
cifs: adjust sequence number downward after signing NT_CANCEL request
by Jeff Layton
· 12 years ago
ea702b8
cifs: move check for NULL socket into smb_send_rqst
by Jeff Layton
· 12 years ago
9836b8b
f2fs: unify string length declarations and usage
by Leon Romanovsky
· 12 years ago
2b50638
f2fs: clean up unused variables and return values
by Jaegeuk Kim
· 12 years ago
ce19a5d
f2fs: clean up the start_bidx_of_node function
by Jaegeuk Kim
· 12 years ago
64c576f
f2fs: remove unneeded variable from f2fs_sync_fs
by Namjae Jeon
· 12 years ago
fd8bb65
f2fs: fix fsync_inode list addition logic and avoid invalid access to memory
by Namjae Jeon
· 12 years ago
344324f
f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info
by Namjae Jeon
· 12 years ago
06025f4
f2fs: handle error from f2fs_iget_nowait
by Namjae Jeon
· 12 years ago
029cd28
f2fs: fix equation of has_not_enough_free_secs()
by Jaegeuk Kim
· 12 years ago
12a6714
f2fs: return a default value for non-void function
by Jaegeuk Kim
· 12 years ago
Next »