Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9d8b9ec44234b2f6e0225300632d250210c04f11
/
fs
9d8b9ec
ext4: use ext4_msg() instead of printk in mballoc
by Theodore Ts'o
· 14 years ago
f18a5f2
ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info
by Theodore Ts'o
· 14 years ago
9933fc0
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()
by Theodore Ts'o
· 14 years ago
33853a0
ext4: use the correct error exit path in ext4_init_inode_table()
by Yongqiang Yang
· 14 years ago
c49bafa
ext4: add missing kfree() on error return path in add_new_gdb()
by Dan Carpenter
· 14 years ago
d59729f
ext4: fix races in ext4_sync_parent()
by Theodore Ts'o
· 14 years ago
29ae07b
ext4: Fix overflow caused by missing cast in ext4_fallocate()
by Utako Kusaka
· 14 years ago
0e1147b
ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole
by Robin Dong
· 14 years ago
668f4dc
ext4: simplify parameters of reserve_backup_gdb()
by Yongqiang Yang
· 14 years ago
2f91971
ext4: simplify parameters of add_new_gdb()
by Yongqiang Yang
· 14 years ago
e6075e9
ext4: remove lock_buffer in bclean() and setup_new_group_blocks()
by Yongqiang Yang
· 14 years ago
6d40bc5
ext4: simplify journal handling in setup_new_group_blocks()
by Yongqiang Yang
· 14 years ago
c3e94d1
ext4: let setup_new_group_blocks() set multiple bits at a time
by Yongqiang Yang
· 14 years ago
2b79b09
ext4: fix a typo in ext4_group_extend()
by Yongqiang Yang
· 14 years ago
4740b83
ext4: let ext4_group_add_blocks() handle 0 blocks quickly
by Yongqiang Yang
· 14 years ago
cc7365d
ext4: let ext4_group_add_blocks() return an error code
by Yongqiang Yang
· 14 years ago
0529155
ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks()
by Yongqiang Yang
· 14 years ago
ce723c3
ext4: prevent a fs with errors from being resized
by Yongqiang Yang
· 14 years ago
8f82f84
ext4: prevent parallel resizers by atomic bit ops
by Yongqiang Yang
· 14 years ago
2d859db
ext4: fix data corruption in inodes with journalled data
by Jan Kara
· 14 years ago
b7ca1e8
ext4: correct comment for ext4_ext_check_cache
by Robin Dong
· 14 years ago
0737964
ext4: correct the debug message in ext4_ext_insert_extent
by Robin Dong
· 14 years ago
5718789
ext4: remove unused argument in ext4_ext_next_leaf_block
by Robin Dong
· 14 years ago
6a0fe49
ext4: remove ac_repeats from ext4_allocation_context
by Tao Ma
· 14 years ago
ced156e
ext4: don't increment s_mb_buddies_generated in ext4_mb_release
by Tao Ma
· 14 years ago
529da70
ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy
by Tao Ma
· 14 years ago
d462031
ext4: avoid eh_entries overflow before insert extent_idx
by Robin Dong
· 14 years ago
015861b
ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT
by Robin Dong
· 14 years ago
c6a0371
ext4: remove unneeded parameter to ext4_ext_remove_space()
by Allison Henderson
· 14 years ago
f7d0d37
ext4: punch hole optimizations: skip un-needed extent lookup
by Allison Henderson
· 14 years ago
3eb0865
ext4: ignore a stripe width of 1
by Dan Ehrenberg
· 14 years ago
d7a1fee
ext4: make the preallocation size be a multiple of stripe size
by Dan Ehrenberg
· 14 years ago
265c6a0
ext4: fix compilation with -DDX_DEBUG
by Bernd Schubert
· 14 years ago
afb8617
ext4: remove unnecessary comments in ext4_orphan_add()
by Lukas Czerner
· 14 years ago
caaf7a2
ext4: Fix a double free of sbi->s_group_info in ext4_mb_init_backend
by Tao Ma
· 14 years ago
823ba01
ext4: fix a race which could leak memory in ext4_groupinfo_create_slab()
by Tao Ma
· 14 years ago
598dbdf
ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents
by Robin Dong
· 14 years ago
ffb505f
ext4: remove redundant goto in ext4_ext_insert_extent()
by Robin Dong
· 14 years ago
2261228
ext4: Change the wrong param comment for ext4_trim_all_free
by Tao Ma
· 14 years ago
3d56b8d
ext4: Speed up FITRIM by recording flags in ext4_group_info
by Tao Ma
· 14 years ago
b3d4c2b
ext4: Add new ext4 trim tracepoints
by Tao Ma
· 14 years ago
169ddc3
ext4: speed up group trim with the right free block count
by Tao Ma
· 14 years ago
22f1045
ext4: fix trim length underflow with small trim length
by Tao Ma
· 14 years ago
1270639
ext4: add tracepoint for ext4_journal_start
by Theodore Ts'o
· 14 years ago
4862fd6
jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints
by Theodore Ts'o
· 14 years ago
575a1d4
ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails
by Jiaying Zhang
· 14 years ago
7132de7
ext4: fix i_blocks/quota accounting when extent insertion fails
by Maxim Patlasov
· 14 years ago
275d3ba
ext4: remove loop around bio_alloc()
by Theodore Ts'o
· 14 years ago
9331b62
ext4: quiet 'unused variables' compile warnings
by Yongqiang Yang
· 14 years ago
f86186b
ext4: refactor duplicated block placement code
by Eric Sandeen
· 14 years ago
dae1e52
ext4: move ext4_ind_* functions from inode.c to indirect.c
by Amir Goldstein
· 14 years ago
9f125d6
ext4: move common truncate functions to header file
by Theodore Ts'o
· 14 years ago
1f7d1e7
ext4: move __ext4_check_blockref to block_validity.c
by Theodore Ts'o
· 14 years ago
8bb2b24
ext4: rename ext4_indirect_* funcs to ext4_ind_*
by Amir Goldstein
· 14 years ago
ff9893d
ext4: split ext4_ind_truncate from ext4_truncate
by Amir Goldstein
· 14 years ago
ed7a7e1
ext4: fix incorrect error msg in ext4_ext_insert_index
by Robin Dong
· 14 years ago
d3ad843
jbd2: use WRITE_SYNC in journal checkpoint
by Tao Ma
· 14 years ago
890879c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
eda0841
Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
3669820
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
90a800de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
8e833fd
fix comment in generic_permission()
by Al Viro
· 14 years ago
6291176
kill obsolete comment for follow_down()
by Al Viro
· 14 years ago
1aec703
proc_sys_permission() is OK in RCU mode
by Al Viro
· 14 years ago
1d29b5a
reiserfs_permission() doesn't need to bail out in RCU mode
by Al Viro
· 14 years ago
cf12791
proc_fd_permission() is doesn't need to bail out in RCU mode
by Al Viro
· 14 years ago
730e908
nilfs2_permission() doesn't need to bail out in RCU mode
by Al Viro
· 14 years ago
a63ab94
logfs doesn't need ->permission() at all
by Al Viro
· 14 years ago
6b41995
coda_ioctl_permission() is safe in RCU mode
by Al Viro
· 14 years ago
ec12781
cifs_permission() doesn't need to bail out in RCU mode
by Al Viro
· 14 years ago
1712c20
bad_inode_permission() is safe from RCU mode
by Al Viro
· 14 years ago
185bf87
ubifs: dereferencing an ERR_PTR in ubifs_mount()
by Dan Carpenter
· 14 years ago
105f462
nfsd4: fix break_lease flags on nfsd open
by J. Bruce Fields
· 14 years ago
8816ead
Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
c11760c
isofs: fix bh leak in isofs_fill_super() error case
by Linus Torvalds
· 14 years ago
e999376
Btrfs: avoid delayed metadata items during commits
by Chris Mason
· 14 years ago
35a30d7
btrfs: fix uninitialized return value
by David Sterba
· 14 years ago
19fd294
btrfs: fix wrong reservation when doing delayed inode operations
by Miao Xie
· 14 years ago
9fe6a50
btrfs: Remove unused sysfs code
by Maarten Lankhorst
· 14 years ago
3ed4498
btrfs: fix dereference of ERR_PTR value
by David Sterba
· 14 years ago
e038dca
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into for-linus
by Chris Mason
· 14 years ago
01eff85
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
7585717
Btrfs: fix relocation races
by Chris Mason
· 14 years ago
8796699
KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring
by David Howells
· 14 years ago
8b97b21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
by Linus Torvalds
· 14 years ago
8dac6be
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
a27a263
xfs: make log devices with write back caches work
by Christoph Hellwig
· 14 years ago
d6e43f7
AFS: Use i_generation not i_version for the vnode uniquifier
by David Howells
· 14 years ago
2e41ae2
AFS: Set s_id in the superblock to the volume name
by David Howells
· 14 years ago
f9f07b6
vfs: Fix data corruption after failed write in __block_write_begin()
by Jan Kara
· 14 years ago
5e7f233
afs: afs_fill_page reads too much, or wrong data
by Anton Blanchard
· 14 years ago
8aef188
VFS: Fix vfsmount overput on simultaneous automount
by Al Viro
· 14 years ago
50338b8
fix wrong iput on d_inode introduced by e6bc45d65d
by Török Edwin
· 14 years ago
13fca64
Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP"
by Linus Torvalds
· 14 years ago
7f81c88
fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP
by Michal Hocko
· 14 years ago
7939253
proc: Fix Oops on stat of /proc/<zombie pid>/ns/net
by Eric W. Biederman
· 14 years ago
ed0ca14
Btrfs: set no_trans_join after trying to expand the transaction
by Josef Bacik
· 14 years ago
8351583
Btrfs: protect the pending_snapshots list with trans_lock
by Josef Bacik
· 14 years ago
71d7aed
Btrfs: fix path leakage on subvol deletion
by Josef Bacik
· 14 years ago
1252b30
[CIFS] update cifs version to 1.73
by Steve French
· 14 years ago
Next »