index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
cifs_get_root(): use lookup_one_len_unlocked()
Al Viro
1
-3
/
+1
2016-03-14
nfs_lookup: don't bother with d_instantiate(dentry, NULL)
Al Viro
1
-8
/
+4
2016-03-14
kill dentry_unhash()
Al Viro
1
-25
/
+0
2016-03-14
ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)
Al Viro
1
-3
/
+1
2016-03-14
autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()
Al Viro
1
-2
/
+0
2016-03-14
configfs: move d_rehash() into configfs_create() for regular files
Al Viro
2
-9
/
+12
2016-03-14
ceph: don't bother with d_rehash() in splice_dentry()
Al Viro
1
-13
/
+4
2016-03-14
namei: teach lookup_slow() to skip revalidate
Al Viro
1
-23
/
+35
2016-03-14
namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()
Al Viro
1
-32
/
+24
2016-03-14
lookup_one_len_unlocked(): use lookup_dcache()
Al Viro
1
-11
/
+1
2016-03-14
namei: simplify invalidation logics in lookup_dcache()
Al Viro
1
-7
/
+3
2016-03-14
namei: change calling conventions for lookup_{fast,slow} and follow_managed()
Al Viro
1
-11
/
+9
2016-03-14
namei: untanlge lookup_fast()
Al Viro
1
-46
/
+37
2016-03-13
ext4: clean up error handling in the MMP support
vikram.jadhav07
1
-17
/
+17
2016-03-13
jbd2: do not fail journal because of frozen_buffer allocation failure
Michal Hocko
1
-17
/
+5
2016-03-13
ext4: use __GFP_NOFAIL in ext4_free_blocks()
Konstantin Khlebnikov
1
-19
/
+28
2016-03-13
ext4: fix compile error while opening the macro DOUBLE_CHECK
Aihua Zhang
2
-12
/
+12
2016-03-12
ext4: print ext4 mount option data_err=abort correctly
Ales Novak
1
-2
/
+8
2016-03-12
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Eryu Guan
1
-3
/
+3
2016-03-11
Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-103
/
+168
2016-03-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-4
/
+9
2016-03-11
btrfs: scrub: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2016-03-11
btrfs: move btrfs_compression_type to compression.h
Anand Jain
13
-8
/
+20
2016-03-11
btrfs: rename btrfs_print_info to btrfs_print_mod_info
Anand Jain
1
-2
/
+2
2016-03-11
Btrfs: Show a warning message if one of objectid reaches its highest value
Satoru Takeuchi
1
-0
/
+3
2016-03-11
btrfs: use kbasename in btrfsic_mount
Rasmus Villemoes
1
-6
/
+3
2016-03-10
pstore: Add support for 64 Bit address space
Wiebe, Wladislav (Nokia - DE/Ulm)
1
-2
/
+2
2016-03-10
ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()
Geliang Tang
1
-1
/
+0
2016-03-09
ext4: fix misspellings in comments.
Adam Buchbinder
5
-5
/
+5
2016-03-09
jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
OGAWA Hirofumi
1
-5
/
+12
2016-03-09
ext4: more efficient SEEK_DATA implementation
Jan Kara
3
-61
/
+106
2016-03-09
ext4: cleanup handling of bh->b_state in DAX mmap
Jan Kara
1
-3
/
+2
2016-03-09
ext4: return hole from ext4_map_blocks()
Jan Kara
3
-9
/
+36
2016-03-09
ext4: factor out determining of hole size
Jan Kara
1
-33
/
+47
2016-03-09
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2016-03-09
ext4: fix setting of referenced bit in ext4_es_lookup_extent()
Jan Kara
1
-2
/
+2
2016-03-09
ext4: iterate over buffer heads correctly in move_extent_per_page()
Eryu Guan
1
-0
/
+1
2016-03-09
dax: check return value of dax_radix_entry()
Ross Zwisler
1
-1
/
+8
2016-03-09
ocfs2: fix return value from ocfs2_page_mkwrite()
Jan Kara
1
-0
/
+4
2016-03-09
orangefs: make fs_mount_pending static
Martin Brandenburg
2
-39
/
+38
2016-03-09
orangefs: Avoid symlink upcall if target is too long.
Martin Brandenburg
1
-0
/
+3
2016-03-09
Orangefs: improve the POSIXness of interrupted writes...
Mike Marshall
1
-9
/
+45
2016-03-09
Orangefs: add a new gossip statement
Mike Marshall
1
-0
/
+4
2016-03-08
ext4: remove i_ioend_count
Jan Kara
4
-14
/
+1
2016-03-08
ext4: simplify io_end handling for AIO DIO
Jan Kara
3
-104
/
+74
2016-03-08
ext4: move trans handling and completion deferal out of _ext4_get_block
Jan Kara
1
-32
/
+59
2016-03-08
ext4: rename and split get blocks functions
Jan Kara
4
-47
/
+74
2016-03-08
ext4: use i_mutex to serialize unaligned AIO DIO
Jan Kara
3
-26
/
+14
2016-03-08
ext4: pack ioend structure better
Jan Kara
1
-1
/
+1
2016-03-09
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
Dave Chinner
6
-79
/
+204
[prev]
[next]