Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0967313b6fe14f34d87b1ef278f7771ed8900eb1
/
fs
« Previous
96d0df7
proc: make proc_fd_permission() thread-friendly
by Oleg Nesterov
· 11 years ago
a3c0399
fs/proc/task_mmu.c: check the return value of mpol_to_str()
by Chen Gang
· 11 years ago
be49b30
fs/file_table.c:fput(): make comment more truthful
by Andrew Morton
· 11 years ago
65aafb1
coredump: add new %P variable in core_pattern
by Stéphane Graber
· 11 years ago
b4c1107
hfsplus: integrate POSIX ACLs support into driver
by Vyacheslav Dubeyko
· 11 years ago
eef80d4
hfsplus: implement POSIX ACLs support
by Vyacheslav Dubeyko
· 11 years ago
2c92057
hfsplus: add necessary declarations for POSIX ACLs support
by Vyacheslav Dubeyko
· 11 years ago
91cf5ab
epoll: add a reschedule point in ep_free()
by Eric Dumazet
· 11 years ago
bc5c8f0
fs/bio-integrity: fix a potential mem leak
by Gu Zheng
· 11 years ago
146d700
writeback: fix race that cause writeback hung
by Junxiao Bi
· 11 years ago
5a53748
mm/page-writeback.c: add strictlimit feature
by Maxim Patlasov
· 11 years ago
7d9f073
mm/writeback: make writeback_inodes_wb static
by Wanpeng Li
· 11 years ago
d9104d1
mm: track vma changes with VM_SOFTDIRTY bit
by Cyrill Gorcunov
· 11 years ago
47df3dd
writeback: fix occasional slow sync(1)
by Jan Kara
· 11 years ago
28e8be3
ocfs2: fix the end cluster offset of FIEMAP
by Jie Liu
· 11 years ago
a72e27d3
ocfs2: remove unused variable ip in dlmfs_get_root_inode()
by Joseph Qi
· 11 years ago
6f8648e
ocfs2: fix a tiny race case when firing callbacks
by Joyce
· 11 years ago
03dbe88
ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()
by Joseph Qi
· 11 years ago
9a239e4
ocfs2: adjust code style for o2net_handler_tree_lookup()
by Joseph Qi
· 11 years ago
7aebff1
ocfs2: free path in ocfs2_remove_inode_range()
by Younger Liu
· 11 years ago
6cae6d3
ocfs2: fix possible double free in ocfs2_reflink_xattr_rec
by Joseph Qi
· 11 years ago
69b2bd16
ocfs2/dlm: force clean refmap when doing local cleanup
by Xue jiufei
· 11 years ago
6ea437a
ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_set()
by Younger Liu
· 11 years ago
17caf95
ocfs2: add the missing return value check of ocfs2_xattr_get_clusters
by Joseph Qi
· 11 years ago
4704aa3
ocfs2: fix a memory leak in __ocfs2_move_extents()
by Jie Liu
· 11 years ago
2b0f6ea
ocfs2: add missing return value check of ocfs2_get_clusters()
by Joseph Qi
· 11 years ago
3d94ea5
ocfs2: clean up dead code in ocfs2_acl_from_xattr()
by Joseph Qi
· 11 years ago
df53cd3
ocfs2: use list_for_each_entry() instead of list_for_each()
by Dong Fang
· 11 years ago
8dd7903
fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferences
by Sunil Mushran
· 11 years ago
7e9b793
ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPC
by Younger Liu
· 11 years ago
98ac912
ocfs2: dlm_request_all_locks() should deal with the status sent from target node
by Xue jiufei
· 11 years ago
f17c20d
ocfs2: use i_size_read() to access i_size
by Junxiao Bi
· 11 years ago
2b1e55c
ocfs2: lighten up allocate transaction
by Younger Liu
· 11 years ago
2b76db6
Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 11 years ago
53bf710
Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
by Linus Torvalds
· 11 years ago
312cd95
NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCE
by Weston Andros Adamson
· 11 years ago
ade33ff
NFSv4.1: sp4_mach_cred: no need to ref count creds
by Weston Andros Adamson
· 11 years ago
7cb852d
NFSv4.1: fix SECINFO* use of put_rpccred
by Weston Andros Adamson
· 11 years ago
a027962
NFSv4.1: sp4_mach_cred: ask for WRITE and COMMIT
by Weston Andros Adamson
· 11 years ago
cf59676
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
f5e1dd3
super: fix for destroy lrus
by Glauber Costa
· 11 years ago
5ca302c
list_lru: dynamically adjust node arrays
by Glauber Costa
· 11 years ago
1ab6c49
fs: convert fs shrinkers to new scan/count API
by Dave Chinner
· 11 years ago
3516341
xfs: fix dquot isolation hang
by Dave Chinner
· 11 years ago
2f5b56f
xfs-convert-dquot-cache-lru-to-list_lru-fix
by Andrew Morton
· 11 years ago
cd56a39
xfs: convert dquot cache lru to list_lru
by Dave Chinner
· 11 years ago
a408235
xfs: rework buffer dispose list tracking
by Dave Chinner
· 11 years ago
addbda4
xfs-convert-buftarg-lru-to-generic-code-fix
by Andrew Morton
· 11 years ago
e80dfa1
xfs: convert buftarg LRU to generic code
by Dave Chinner
· 11 years ago
9b17c62
fs: convert inode and dentry shrinking to be node aware
by Dave Chinner
· 11 years ago
0ce3d74
shrinker: add node awareness
by Dave Chinner
· 11 years ago
4e717f5
list_lru: remove special case function list_lru_dispose_all.
by Glauber Costa
· 11 years ago
f604156
dcache: convert to use new lru list infrastructure
by Dave Chinner
· 11 years ago
d38fa69
inode: move inode to a different list inside lock
by Glauber Costa
· 11 years ago
bc3b14c
inode: convert inode lru list to generic lru list code.
by Dave Chinner
· 11 years ago
0a234c6
shrinker: convert superblock shrinkers to new API
by Dave Chinner
· 11 years ago
dd1f6b2
dcache: remove dentries from LRU before putting on dispose list
by Dave Chinner
· 11 years ago
1915684
dentry: move to per-sb LRU locks
by Dave Chinner
· 11 years ago
62d36c7
dcache: convert dentry_stat.nr_unused to per-cpu counters
by Dave Chinner
· 11 years ago
55f841c
super: fix calculation of shrinkable objects for small numbers
by Glauber Costa
· 11 years ago
3942c07
fs: bump inode and dentry counters to long
by Glauber Costa
· 11 years ago
da5338c
Add missing unlocks to error paths of mountpoint_last.
by Dave Jones
· 11 years ago
bcce56d
... and fold the renamed __vfs_follow_link() into its only caller
by Al Viro
· 11 years ago
aac34df
fs: remove vfs_follow_link
by Christoph Hellwig
· 11 years ago
b05430f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
d0d2727
vfs: make sure we don't have a stale root path if unlazy_walk() fails
by Linus Torvalds
· 11 years ago
74ffa79
xfs: don't assert fail on bad inode numbers
by Dave Chinner
· 11 years ago
46f9d2e
xfs: aborted buf items can be in the AIL.
by Dave Chinner
· 11 years ago
fdd3cce
xfs: factor all the kmalloc-or-vmalloc fallback allocations
by Dave Chinner
· 11 years ago
2dc164f
xfs: fix memory allocation failures with ACLs
by Dave Chinner
· 11 years ago
0a4edc8
xfs: ensure we copy buffer type in da btree root splits
by Dave Chinner
· 11 years ago
daf7b79
xfs: set remote symlink buffer type for recovery
by Dave Chinner
· 11 years ago
638f4416
xfs: recovery of swap extents operations for CRC filesystems
by Dave Chinner
· 11 years ago
9f79fb4
NFSv4.1 fix decode_free_stateid
by Andy Adamson
· 11 years ago
9c89d62
fscache: check consistency does not decrement refcount
by Milosz Tanski
· 11 years ago
21b5c97
xfs: swap extents operations for CRC filesystems
by Dave Chinner
· 11 years ago
42873b0
CIFS: Respect epoch value from create lease context v2
by Pavel Shilovsky
· 11 years ago
f047390
CIFS: Add create lease v2 context for SMB3
by Pavel Shilovsky
· 11 years ago
b5c7cde
CIFS: Move parsing lease buffer to ops struct
by Pavel Shilovsky
· 11 years ago
a41a28b
CIFS: Move creating lease buffer to ops struct
by Pavel Shilovsky
· 11 years ago
53ef101
CIFS: Store lease state itself rather than a mapped oplock value
by Pavel Shilovsky
· 11 years ago
0f295a2
xfs: check magic numbers in dir3 leaf verifier first
by Dave Chinner
· 11 years ago
a30b036
xfs: fix some minor sparse warnings
by Dave Chinner
· 11 years ago
e9fbbad
xfs: fix endian warning in xlog_recover_get_buf_lsn()
by Dave Chinner
· 11 years ago
48f5ec2
split read_seqretry_or_unlock(), convert d_walk() to resulting primitives
by Al Viro
· 11 years ago
300893b
Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
45150c4
direct-io: Use return from cmpxchg to decide of assignment happened
by Olof Johansson
· 11 years ago
232d2d6
dcache: Translating dentry into pathname without taking rename_lock
by Waiman Long
· 11 years ago
d9b2c87
aio: rcu_read_lock protection for new rcu_dereference calls
by Artem Savkov
· 11 years ago
bf97293
Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
16d70e1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 11 years ago
6c337ad
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 11 years ago
6cccc7d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
20e029d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 11 years ago
d6c355c
aio: fix race in ring buffer page lookup introduced by page migration support
by Benjamin LaHaise
· 11 years ago
ac83871
autofs4 - fix device ioctl mount lookup
by Ian Kent
· 11 years ago
e5c832d
vfs: fix dentry RCU to refcounting possibly sleeping dput()
by Linus Torvalds
· 11 years ago
2d86465
introduce kern_path_mountpoint()
by Al Viro
· 11 years ago
197df04
rename user_path_umountat() to user_path_mountpoint_at()
by Al Viro
· 11 years ago
3575952
take unlazy_walk() into umount_lookup_last()
by Al Viro
· 11 years ago
Next »