index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2015-09-10
fs/coda: fix readlink buffer overflow
Jan Harkes
2015-09-10
proc: convert to kstrto*()/kstrto*_from_user()
Alexey Dobriyan
2015-09-10
proc: change proc_subdir_lock to a rwlock
Waiman Long
2015-09-10
procfs: always expose /proc/<pid>/map_files/ and make it readable
Calvin Owens
2015-09-10
proc: add cond_resched to /proc/kpage* read/write loop
Vladimir Davydov
2015-09-10
proc: export idle flag via kpageflags
Vladimir Davydov
2015-09-10
mm: introduce idle page tracking
Vladimir Davydov
2015-09-10
proc: add kpagecgroup file
Vladimir Davydov
2015-09-10
Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlock
Filipe Manana
2015-09-09
fix ufs write vs readpage race when writing into a hole
Al Viro
2015-09-09
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2015-09-09
dax: update PMD fault handler with PMEM API
Ross Zwisler
2015-09-09
ceph: improve readahead for file holes
Yan, Zheng
2015-09-09
ceph: get inode size for each append write
Yan, Zheng
2015-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-09-08
Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2015-09-08
hugetlbfs: add hugetlbfs_fallocate()
Mike Kravetz
2015-09-08
hugetlbfs: truncate_hugepages() takes a range of pages
Mike Kravetz
2015-09-08
hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete
Mike Kravetz
2015-09-08
mm: /proc/pid/smaps:: show proportional swap share of the mapping
Minchan Kim
2015-09-08
pagemap: add mmap-exclusive bit for marking pages mapped only here
Konstantin Khlebnikov
2015-09-08
pagemap: hide physical addresses from non-privileged users
Konstantin Khlebnikov
2015-09-08
pagemap: rework hugetlb and thp report
Konstantin Khlebnikov
2015-09-08
pagemap: switch to the new format and do some cleanup
Konstantin Khlebnikov
2015-09-08
pagemap: check permissions and capabilities at open time
Konstantin Khlebnikov
2015-09-08
mm: take i_mmap_lock in unmap_mapping_range() for DAX
Kirill A. Shutemov
2015-09-08
dax: use linear_page_index()
Matthew Wilcox
2015-09-08
dax: ensure that zero pages are removed from other processes
Matthew Wilcox
2015-09-08
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
2015-09-08
dax: fix race between simultaneous faults
Matthew Wilcox
2015-09-08
ext4: start transaction before calling into DAX
Matthew Wilcox
2015-09-08
ext4: add ext4_get_block_dax()
Matthew Wilcox
2015-09-08
dax: improve comment about truncate race
Matthew Wilcox
2015-09-08
ext4: use ext4_get_block_write() for DAX
Matthew Wilcox
2015-09-08
fs/dax.c: fix typo in #endif comment
Valentin Rothberg
2015-09-08
xfs: huge page fault support
Matthew Wilcox
2015-09-08
ext4: huge page fault support
Matthew Wilcox
2015-09-08
ext2: huge page fault support
Matthew Wilcox
2015-09-08
dax: add huge page fault support
Matthew Wilcox
2015-09-08
dax: move DAX-related functions to a new header
Matthew Wilcox
2015-09-08
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-08
ceph: cleanup use of ceph_msg_get
Jianpeng Ma
2015-09-08
ceph: no need to get parent inode in ceph_open
Jianpeng Ma
2015-09-08
ceph: remove the useless judgement
Jianpeng Ma
2015-09-08
ceph: remove redundant test of head->safe and silence static analysis warnings
Brad Hubbard
2015-09-08
ceph: fix queuing inode to mdsdir's snaprealm
Yan, Zheng
2015-09-08
ceph: invalidate dirty pages after forced umount
Yan, Zheng
2015-09-08
ceph: EIO all operations after forced umount
Yan, Zheng
2015-09-08
Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2015-09-08
Btrfs: don't initialize a space info as full to prevent ENOSPC
Filipe Manana
[prev]
[next]