Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d6d86c0a7f8ddc5b38cf089222cb1d9540762dc2
/
fs
81d0fa6
mm: softdirty: unmapped addresses between VMAs are clean
by Peter Feiner
· 10 years ago
b246d3d
ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim
by Xue jiufei
· 10 years ago
498f237
mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
by Oleg Nesterov
· 10 years ago
447f05b
block_dev: implement readpages() to optimize sequential read
by Akinobu Mita
· 10 years ago
4db96b7
vfs: guard end of device for mpage interface
by Akinobu Mita
· 10 years ago
59d4391
vfs: make guard_bh_eod() more generic
by Akinobu Mita
· 10 years ago
bf3e269
fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range
by Baoquan He
· 10 years ago
58cb654
proc/maps: make vm_is_stack() logic namespace-friendly
by Oleg Nesterov
· 10 years ago
2c03376
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
by Oleg Nesterov
· 10 years ago
47fecca
fs/proc/task_nommu.c: don't use priv->task->mm
by Oleg Nesterov
· 10 years ago
27692cd
fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()
by Oleg Nesterov
· 10 years ago
ce34fdd
fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()
by Oleg Nesterov
· 10 years ago
557c2d8
fs/proc/task_mmu.c: update m->version in the main loop in m_start()
by Oleg Nesterov
· 10 years ago
b8c20a9
fs/proc/task_mmu.c: reintroduce m->version logic
by Oleg Nesterov
· 10 years ago
ad2a00e
fs/proc/task_mmu.c: introduce m_next_vma() helper
by Oleg Nesterov
· 10 years ago
0c25532
fs/proc/task_mmu.c: simplify m_start() to make it readable
by Oleg Nesterov
· 10 years ago
ebb6cdd
fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic
by Oleg Nesterov
· 10 years ago
0d5f5f4
fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()
by Oleg Nesterov
· 10 years ago
23d5483
fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()
by Oleg Nesterov
· 10 years ago
59b4bf1
fs/proc/task_mmu.c: simplify the vma_stop() logic
by Oleg Nesterov
· 10 years ago
29a40ac
fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()
by Oleg Nesterov
· 10 years ago
5381e16
proc: introduce proc_mem_open()
by Oleg Nesterov
· 10 years ago
4db7d0e
fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()
by Oleg Nesterov
· 10 years ago
46c298c
fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()
by Oleg Nesterov
· 10 years ago
f775da2
ocfs2: fix deadlock due to wrong locking order
by Junxiao Bi
· 10 years ago
70e82a1
ocfs2: fix deadlock between o2hb thread and o2net_wq
by Joseph Qi
· 10 years ago
5046f18
ocfs2: don't fire quorum before connection established
by Junxiao Bi
· 10 years ago
1848cb5
fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()
by Rob Jones
· 10 years ago
f328833
fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()
by Rob Jones
· 10 years ago
8f9ac03
fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()
by Rob Jones
· 10 years ago
6ae0754
ocfs2: remove unused code in dlm_new_lockres()
by Xue jiufei
· 10 years ago
9a7e6b5
ocfs2/dlm: call dlm_lockres_put without resource spinlock
by alex chen
· 10 years ago
4a4e07c
ocfs2: call o2quo_exit() if malloc failed in o2net_init()
by Joseph Qi
· 10 years ago
7fa05c6
ocfs2: fix shift left operations overflow
by Joseph Qi
· 10 years ago
190a772
ocfs2/dlm: refactor error handling in dlm_alloc_ctxt
by Joseph Qi
· 10 years ago
98acbf6
fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()
by Andrew Morton
· 10 years ago
7143e49
ntfs: remove bogus space
by Andrea Gelmini
· 10 years ago
5272d03
ntfs: use find_get_page_flags() to mark page accessed as it is no longer marked later on
by Anton Altaparmakov
· 10 years ago
0b37e09
fanotify: enable close-on-exec on events' fd when requested in fanotify_init()
by Yann Droneaud
· 10 years ago
105d1b4
fsnotify: don't put user context if it was never assigned
by Sasha Levin
· 10 years ago
cafbaae
fs/notify/group.c: make fsnotify_final_destroy_group() static
by Andrew Morton
· 10 years ago
47137c6
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
da01e61
Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
6dea073
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
25641c0
Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
28596c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
02a1335
f2fs: support volatile operations for transient data
by Jaegeuk Kim
· 10 years ago
88b88a6
f2fs: support atomic writes
by Jaegeuk Kim
· 10 years ago
120c2cb
f2fs: remove unused return value
by Jaegeuk Kim
· 10 years ago
7d1419f3
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 10 years ago
55dacd2
ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler
by alex chen
· 10 years ago
1209bbd
CIFS: Fix readpages retrying on reconnects
by Pavel Shilovsky
· 10 years ago
19e8157
Fix problem recognizing symlinks
by Steve French
· 10 years ago
34549ab
nfsd: eliminate "to_delegation" define
by Jeff Layton
· 10 years ago
52656e6
f2fs: clean up f2fs_ioctl functions
by Jaegeuk Kim
· 10 years ago
8a21984
f2fs: potential shift wrapping buf in f2fs_trim_fs()
by Dan Carpenter
· 10 years ago
44c1615
f2fs: call f2fs_unlock_op after error was handled
by Jaegeuk Kim
· 10 years ago
7cd8558
f2fs: check the use of macros on block counts and addresses
by Jaegeuk Kim
· 10 years ago
309cc2b
f2fs: refactor flush_nat_entries to remove costly reorganizing ops
by Jaegeuk Kim
· 10 years ago
4b2fecc
f2fs: introduce FITRIM in f2fs_ioctl
by Jaegeuk Kim
· 10 years ago
75ab4cb
f2fs: introduce cp_control structure
by Jaegeuk Kim
· 10 years ago
72c23f0
Merge branch 'bugfixes' into linux-next
by Trond Myklebust
· 10 years ago
d1f456b
NFSv4.1: Fix an NFSv4.1 state renewal regression
by Andy Adamson
· 10 years ago
15b23ef
nfsd4: fix corruption of NFSv4 read data
by J. Bruce Fields
· 10 years ago
24bab49
NFSD: Implement SEEK
by Anna Schumaker
· 10 years ago
87a15a8
NFSD: Add generic v4.2 infrastructure
by Anna Schumaker
· 10 years ago
df817ba3
NFSv4: fix open/lock state recovery error handling
by Trond Myklebust
· 10 years ago
a4339b7
NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM fails
by Trond Myklebust
· 10 years ago
1e3827b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
d2fa4a8
vfs: Don't exchange "short" filenames unconditionally.
by Mikhail Efremov
· 10 years ago
a28ddb8
fold swapping ->d_name.hash into switch_names()
by Linus Torvalds
· 10 years ago
986c019
fold unlocking the children into dentry_unlock_parents_for_move()
by Al Viro
· 10 years ago
63cf427
kill __d_materialise_dentry()
by Al Viro
· 10 years ago
4453641
__d_materialise_dentry(): flip the order of arguments
by Al Viro
· 10 years ago
9d8cd30
__d_move(): fold manipulations with ->d_child/->d_subdirs
by Al Viro
· 10 years ago
8527dd7
don't open-code d_rehash() in d_materialise_unique()
by Al Viro
· 10 years ago
5cc3821
pull rehashing and unlocking the target dentry into __d_materialise_dentry()
by Al Viro
· 10 years ago
e4502c6
ufs: deal with nfsd/iget races
by Al Viro
· 10 years ago
2c80929
fuse: honour max_read and max_write in direct_io mode
by Miklos Szeredi
· 10 years ago
0162ac2
nfsd: introduce nfsd4_callback_ops
by Christoph Hellwig
· 10 years ago
f0b5de1
nfsd: split nfsd4_callback initialization and use
by Christoph Hellwig
· 10 years ago
326129d
nfsd: introduce a generic nfsd4_cb
by Christoph Hellwig
· 10 years ago
2faf3b4
nfsd: remove nfsd4_callback.cb_op
by Christoph Hellwig
· 10 years ago
341b51d
nfsd: do not clear rpc_resp in nfsd4_cb_done_sequence
by Benny Halevy
· 10 years ago
444b6e9
nfsd: fix nfsd4_cb_recall_done error handling
by Christoph Hellwig
· 10 years ago
6ff66ac
fs/cachefiles: add missing \n to kerror conversions
by Fabian Frederick
· 10 years ago
87e6d49
mm: softdirty: addresses before VMAs in PTE holes aren't softdirty
by Peter Feiner
· 10 years ago
5760a97
ocfs2/dlm: do not get resource spinlock if lockres is new
by Joseph Qi
· 10 years ago
56d7acc
nilfs2: fix data loss with mmap()
by Andreas Rohner
· 10 years ago
f13a568
ocfs2: free vol_label in ocfs2_delete_osb()
by Joseph Qi
· 10 years ago
f3f7603
NFS: Fabricate fscache server index key correctly
by David Howells
· 10 years ago
3fc3edf
NFSv3: Fix missing includes of nfs3_fs.h
by Trond Myklebust
· 10 years ago
1aff525
NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()
by NeilBrown
· 10 years ago
353db79
NFS: avoid waiting at all in nfs_release_page when congested.
by NeilBrown
· 10 years ago
9590544
NFS: avoid deadlocks with loop-back mounted NFS filesystems.
by NeilBrown
· 10 years ago
e87b4c7
NFS: don't use STABLE writes during writeback.
by NeilBrown
· 10 years ago
8478eaa
NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.
by NeilBrown
· 10 years ago
173b3af
lockd: Try to reconnect if statd has moved
by Benjamin Coddington
· 10 years ago
8faaa6d
Fixing lease renewal
by Olga Kornievskaia
· 10 years ago
2f3169f
nfs: fix duplicate proc entries
by Fabian Frederick
· 10 years ago
Next »