Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ce99682fc834f783e6949c1bd0e1676c42fccf14
/
fs
e5f5ad1
Merge remote-tracking branch '4.9/tmp-f7d2974' into msm-4.9
by Kyle Yan
· 7 years ago
f7d2974
Merge 4.9.50 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
5b82e0e
xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
by Richard Wareing
· 7 years ago
3885bc6
NFS: Sync the correct byte range during synchronous writes
by tarangg@amazon.com
· 7 years ago
a70912a
NFS: Fix 2 use after free issues in the I/O code
by Trond Myklebust
· 7 years ago
0f7dbc4
btrfs: resume qgroup rescan on rw remount
by Aleksa Sarai
· 7 years ago
5316da5
Merge 4.9.49 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
5c23d3e
dlm: avoid double-free on error path in dlm_device_{register,unregister}
by Edwin Török
· 7 years ago
93babeb
ANDROID: sdcardfs: Add missing break
by Daniel Rosenberg
· 7 years ago
7d10e43
ANDROID: Sdcardfs: Move gid derivation under flag
by Daniel Rosenberg
· 7 years ago
707ae9d
ANDROID: mnt: Fix freeing of mount data
by Daniel Rosenberg
· 7 years ago
7d337cc
Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9
by Kyle Yan
· 7 years ago
85e1c01
Merge 4.9.48 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
d325f1f
epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()
by Oleg Nesterov
· 7 years ago
e2ae90b
CIFS: remove endian related sparse warning
by Steve French
· 7 years ago
c5e7665
CIFS: Fix maximum SMB2 header size
by Pavel Shilovsky
· 7 years ago
7158492
ceph: fix readpage from fscache
by Yan, Zheng
· 7 years ago
a3840b1
Merge 4.9.46 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
fd8235e
nfsd: Limit end of page list when decoding NFSv4 WRITE
by Chuck Lever
· 7 years ago
5ed70f7
cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
by Ronnie Sahlberg
· 7 years ago
8b05329
cifs: Fix df output for users with quota limits
by Sachin Prabhu
· 7 years ago
e2486b7
Merge remote-tracking branch '4.9/tmp-e6b0c64f' into 4.9
by Kyle Yan
· 7 years ago
e5f31bd
ANDROID: fix acl leaks
by Mark Salyzyn
· 8 years ago
2292b51
Merge 4.9.44 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
a68978b
pnfs/blocklayout: require 64-bit sector_t
by Christoph Hellwig
· 7 years ago
00f3c2a
nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
by Weston Andros Adamson
· 7 years ago
227559e
fuse: initialize the flock flag in fuse_file on allocation
by Mateusz Jurczyk
· 7 years ago
02f29ab
Merge 4.9.42 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
3a63729
Btrfs: fix early ENOSPC due to delalloc
by Omar Sandoval
· 7 years ago
0f442c5
f2fs: sanity check checkpoint segno and blkoff
by Jin Qian
· 7 years ago
12353a0
ext4: fix overflow caused by missing cast in ext4_resize_fs()
by Jerry Lee
· 7 years ago
0814c3a
ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
by Jan Kara
· 7 years ago
f7d3e54
NFSv4: Fix EXCHANGE_ID corrupt verifier issue
by Trond Myklebust
· 7 years ago
db02484
ANDROID: sdcardfs: override credential for ioctl to lower fs
by Jaegeuk Kim
· 7 years ago
e6b0c64f
Merge 4.9.41 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
f76ddff
Btrfs: adjust outstanding_extents counter properly when dio write is split
by Liu Bo
· 8 years ago
6731212
Btrfs: fix lockdep warning about log_mutex
by Liu Bo
· 8 years ago
78418b8
Btrfs: use down_read_nested to make lockdep silent
by Liu Bo
· 8 years ago
e10f7bd
pstore: Use dynamic spinlock initializer
by Kees Cook
· 8 years ago
a084027
pstore: Correctly initialize spinlock and flags
by Kees Cook
· 8 years ago
46930803
pstore: Allow prz to control need for locking
by Joel Fernandes
· 8 years ago
ad25f11
dentry name snapshots
by Al Viro
· 7 years ago
7d2a354
NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
by Benjamin Coddington
· 7 years ago
b087b8b
NFS: invalidate file size when taking a lock.
by NeilBrown
· 7 years ago
3a79e1c
jfs: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
d97aff4
pstore: Make spinlock per zone instead of global
by Joel Fernandes
· 8 years ago
9a57a33
Merge "fuse: Add support for shortcircuited read/write for files"
by Linux Build Service Account
· 7 years ago
1388873
Merge "Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9"
by Linux Build Service Account
· 7 years ago
3dfb68c
Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9
by Kyle Yan
· 7 years ago
9ae2c67
Merge 4.9.40 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
69fbb44
reiserfs: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
97de6f3
ovl: fix random return value on mount
by Amir Goldstein
· 7 years ago
5cf8443
hfsplus: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
acccf01
ceph: fix race in concurrent readdir
by Yan, Zheng
· 7 years ago
fa67ac1
udf: Fix deadlock between writeback and udf_setsize()
by Jan Kara
· 7 years ago
9ebfb4f
NFS: only invalidate dentrys that are clearly invalid.
by NeilBrown
· 7 years ago
ec469b5
ubifs: Don't leak kernel memory to the MTD
by Richard Weinberger
· 7 years ago
fee760f
ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials
by Konstantin Khlebnikov
· 8 years ago
f97f9e9
f2fs: Don't clear SGID when inheriting ACLs
by Jaegeuk Kim
· 7 years ago
19e117a
f2fs: sanity check size of nat and sit cache
by Jin Qian
· 7 years ago
58d2eac
xfs: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
4d1f97e
ext2: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
157302f
btrfs: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
759832b
fuse: Add support for shortcircuited read/write for files
by Nikhilesh Reddy
· 7 years ago
e65af6b
mm: process reclaim: skip locked vmas
by Vinayak Menon
· 7 years ago
9655b5b
Merge remote-tracking branch '4.9/tmp-3f353c3' into 4.9
by Kyle Yan
· 7 years ago
487dec6
sched: Remove HMP related code and config
by Puja Gupta
· 7 years ago
68406b9
Merge "lowmemorykiller: Introduce sysfs node for ALMK and PPR adj threshold"
by Linux Build Service Account
· 7 years ago
14accea
Merge 4.9.39 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
54fcb23
mnt: Make propagate_umount less slow for overlapping mount propagation trees
by Eric W. Biederman
· 8 years ago
bb4fbf0
mnt: In propgate_umount handle visiting mounts in any order
by Eric W. Biederman
· 8 years ago
e260db7
mnt: In umount propagation reparent in a separate pass
by Eric W. Biederman
· 7 years ago
f31c4f6
exec: Limit arg stack to at most 75% of _STK_LIM
by Kees Cook
· 7 years ago
63c2f8f
binfmt_elf: use ELF_ET_DYN_BASE only for PIE
by Kees Cook
· 7 years ago
a9aa6522a
fs/dcache.c: fix spin lockup issue on nlru->lock
by Sahitya Tummala
· 7 years ago
de7675b
ANDROID: sdcardfs: Remove unnecessary lock
by Daniel Rosenberg
· 7 years ago
1bddbcf
mm: process reclaim: vmpressure based process reclaim
by Vinayak Menon
· 10 years ago
01fdd71
mm: Support address range reclaim
by Minchan Kim
· 11 years ago
cd256bf
mm: Enhance per process reclaim to consider shared pages
by Minchan Kim
· 11 years ago
ff92689
mm: Per process reclaim
by Minchan Kim
· 11 years ago
3f353c3
Merge 4.9.38 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
c0d3a7b
ext4: check return value of kstrtoull correctly in reserved_clusters_store
by Chao Yu
· 7 years ago
f61a52a
Merge remote-tracking branch '4.9/tmp-598195a' into msm-4.9
by Kyle Yan
· 7 years ago
598195a
Merge 4.9.37 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
25b2ee6
gfs2: Fix glock rhashtable rcu bug
by Andreas Gruenbacher
· 7 years ago
9403514
ceph: choose readdir frag based on previous readdir reply
by Yan, Zheng
· 8 years ago
26ff065
fs: completely ignore unknown open flags
by Christoph Hellwig
· 8 years ago
6efb1b0
fs: add a VALID_OPEN_FLAGS
by Christoph Hellwig
· 8 years ago
b2ac1fd
ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sb
by Gao Xiang
· 7 years ago
6c3873f
Merge remote-tracking branch '4.9/tmp-184ce81' into msm-4.9
by Kyle Yan
· 7 years ago
2506cb5
Merge remote-tracking branch '4.9/tmp-75d78c7' into 4.9
by Kyle Yan
· 7 years ago
184ce81
Merge 4.9.36 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
d5c5e8b
ocfs2: o2hb: revert hb threshold to keep compatible
by Junxiao Bi
· 7 years ago
68a5dc3
coredump: Ensure proper size of sparse core files
by Dave Kleikamp
· 8 years ago
d21816c
aio: fix lock dep warning
by Shaohua Li
· 8 years ago
c3eab85
Btrfs: fix truncate down when no_holes feature is enabled
by Liu Bo
· 8 years ago
e8b5068
Btrfs: Fix deadlock between direct IO and fast fsync
by Chandan Rajendra
· 8 years ago
cb2c6fd
NFSv4.1: Fix a race in nfs4_proc_layoutget
by Trond Myklebust
· 7 years ago
4ebe28d
NFSv4.x/callback: Create the callback service through svc_create_pooled
by Kinglong Mee
· 8 years ago
955f270
NFSv4: fix a reference leak caused WARNING messages
by Kinglong Mee
· 8 years ago
Next »