Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a0e764c54382be8da96f83bcecc9cf26de3846dc
/
fs
7e103ac
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
5ba88cd
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
8ef9925
sched/debug: Add explicit TASK_PARKED printing
by Peter Zijlstra
· 7 years ago
06eb618
sched/debug: Add explicit TASK_IDLE printing
by Peter Zijlstra
· 7 years ago
1593baa
sched/debug: Implement consistent task-state printing
by Peter Zijlstra
· 7 years ago
02a2b05
Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
9cd6681
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
4c6bb69
quota: Fix quota corruption with generic/232 test
by Jan Kara
· 7 years ago
fc46820
vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
by Andreas Gruenbacher
· 7 years ago
5e5c943
xfs: revert "xfs: factor rmap btree size into the indlen calculations"
by Darrick J. Wong
· 7 years ago
842f6e9
xfs: Capture state of the right inode in xfs_iflush_done
by Carlos Maiolino
· 7 years ago
9789dd9
xfs: perag initialization should only touch m_ag_max_usable for AG 0
by Darrick J. Wong
· 7 years ago
ee70daa
xfs: update i_size after unwritten conversion in dio completion
by Eryu Guan
· 7 years ago
546e7be
iomap_dio_rw: Allocate AIO completion queue before submitting dio
by Chandan Rajendra
· 7 years ago
6851a3d
xfs: validate bdev support for DAX inode flag
by Ross Zwisler
· 7 years ago
8c6c592
btrfs: log csums for all modified extents
by Josef Bacik
· 7 years ago
99c4e3b
Btrfs: fix unexpected result when dio reading corrupted blocks
by Liu Bo
· 7 years ago
36b96fd
btrfs: Report error on removing qgroup if del_qgroup_item fails
by Sargun Dhillon
· 7 years ago
e6311f2
Btrfs: skip checksum when reading compressed data if some IO have failed
by Liu Bo
· 7 years ago
cf1167d
Btrfs: fix kernel oops while reading compressed data
by Liu Bo
· 7 years ago
bd7d63c
Btrfs: use btrfs_op instead of bio_op in __btrfs_map_block
by Liu Bo
· 7 years ago
fed3b38
Btrfs: do not backup tree roots when fsync
by Liu Bo
· 7 years ago
c2faff7
btrfs: remove BTRFS_FS_QUOTA_DISABLING flag
by Misono, Tomohiro
· 7 years ago
78ad4ce
btrfs: propagate error to btrfs_cmp_data_prepare caller
by Naohiro Aota
· 7 years ago
6d6d282
btrfs: prevent to set invalid default subvolid
by satoru takeuchi
· 7 years ago
ca6842b
Btrfs: send: fix error number for unknown inode types
by Tsutomu Itoh
· 9 years ago
bb166d7
btrfs: fix NULL pointer dereference from free_reloc_roots()
by Naohiro Aota
· 7 years ago
67c003f
btrfs: finish ordered extent cleaning if no progress is found
by Naohiro Aota
· 7 years ago
63d71450c
btrfs: clear ordered flag on cleaning up ordered extents
by Naohiro Aota
· 7 years ago
bea7eaf
Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFO
by Omar Sandoval
· 7 years ago
5f14efd
Btrfs: do not reset bio->bi_ops while writing bio
by Liu Bo
· 7 years ago
ff40adf
Btrfs: use the new helper wbc_to_write_flags
by Liu Bo
· 7 years ago
60915f8
xfs: remove redundant re-initialization of total_nr_pages
by Colin Ian King
· 7 years ago
1e6fa68
xfs: Output warning message when discard option was enabled even though the device does not support discard
by Kenjiro Nakayama
· 7 years ago
d20a5e3
xfs: report zeroed or not correctly in xfs_zero_range()
by Eryu Guan
· 7 years ago
64671ba
xfs: kill meaningless variable 'zero'
by Eryu Guan
· 7 years ago
e150dcd
fs/xfs: Use %pS printk format for direct addresses
by Helge Deller
· 7 years ago
3af423b
xfs: evict CoW fork extents when performing finsert/fcollapse
by Darrick J. Wong
· 7 years ago
cc6f777
xfs: don't unconditionally clear the reflink flag on zero-block files
by Darrick J. Wong
· 7 years ago
19240e6
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
1776364
Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 7 years ago
1020165
gfs2: Fix debugfs glocks dump
by Andreas Gruenbacher
· 7 years ago
332391a
fs: Fix page cache inconsistency when mixing buffered and AIO DIO
by Lukas Czerner
· 7 years ago
69c902f5
Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
b03fcfa
Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
1013e76
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
by Steve French
· 7 years ago
6e70e26
SMB3: handle new statx fields
by Steve French
· 7 years ago
0603c96
SMB: Validate negotiate (to protect against downgrade) even if signing off
by Steve French
· 7 years ago
f5c4ba8
cifs: release auth_key.response for reconnect.
by Shu Wang
· 7 years ago
9418333
cifs: release cifs root_cred after exit_cifs
by Shu Wang
· 7 years ago
4d61eda
CIFS: make arrays static const, reduces object code size
by Colin Ian King
· 7 years ago
1fa089e
[SMB3] Update session and share information displayed for debugging SMB2/SMB3
by Steve French
· 7 years ago
6e82e92
cifs: show 'soft' in the mount options for hard mounts
by Ronnie Sahlberg
· 7 years ago
c721c38
SMB3: Warn user if trying to sign connection that authenticated as guest
by Steve French
· 7 years ago
590d08d
SMB3: Fix endian warning
by Steve French
· 7 years ago
b8350cd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
23586b6
Fix SMB3.1.1 guest authentication to Samba
by Steve French
· 7 years ago
717e6f2
ceph: avoid panic in create_session_open_msg() if utsname() returns NULL
by Yan, Zheng
· 7 years ago
2442086
Merge tag '4.14-smb3-multidialect-support-and-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
54640d2
fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLL
by Eric W. Biederman
· 7 years ago
0ab0b27
isofs: fix build regression
by Arnd Bergmann
· 7 years ago
0a51fb7
quota: add missing lock into __dquot_transfer()
by Konstantin Khlebnikov
· 7 years ago
94a9dae
Update version of cifs module
by Steve French
· 7 years ago
1368f15
cifs: hide unused functions
by Arnd Bergmann
· 7 years ago
9764c02
SMB3: Add support for multidialect negotiate (SMB2.1 and later)
by Steve French
· 7 years ago
0666f56
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fd7d562
fs/proc: Report eip/esp in /prod/PID/stat for coredumping
by John Ogness
· 7 years ago
30db202
Merge tag 'for-linus-4.14-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 7 years ago
711aab1
vfs: constify path argument to kernel_read_file_from_path
by Mimi Zohar
· 7 years ago
6ed0529
Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
9e0ce55
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
e253d98
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
581bfce
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
cc73fee
Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
e7cdb60
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 7 years ago
dff4d1f
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
0b08273
orangefs: Adjust three checks for null pointers
by Markus Elfring
· 7 years ago
5e273a0
orangefs: Use kcalloc() in orangefs_prepare_cdm_array()
by Markus Elfring
· 7 years ago
07a2585
orangefs: Delete error messages for a failed memory allocation in five functions
by Markus Elfring
· 7 years ago
1217444
orangefs: constify xattr_handler structure
by Julia Lawall
· 7 years ago
49e5571
orangefs: don't call filemap_write_and_wait from fsync
by Jeff Layton
· 8 years ago
5f13e58
orangefs: off by ones in xattr size checks
by Dan Carpenter
· 8 years ago
4bef690
orangefs: react properly to posix_acl_update_mode's aftermath.
by Mike Marshall
· 7 years ago
b5accbb
orangefs: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
0ee931c
mm: treewide: remove GFP_TEMPORARY allocation flag
by Michal Hocko
· 7 years ago
ebfddb3
fscache: fix fscache_objlist_show format processing
by Arnd Bergmann
· 7 years ago
6dec0dd
procfs: remove unused variable
by Arnd Bergmann
· 7 years ago
e7989f9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 7 years ago
c353f88
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
6d8ef53
Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
cdb897e
Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
b31ff3c
xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
by Richard Wareing
· 7 years ago
bf2afee
cifs: check rsp for NULL before dereferencing in SMB2_open
by Ronnie Sahlberg
· 7 years ago
e6c6de1
f2fs: hurry up to issue discard after io interruption
by Chao Yu
· 7 years ago
80647e5
f2fs: fix to show correct discard_granularity in sysfs
by Chao Yu
· 7 years ago
ca7d802
f2fs: detect dirty inode in evict_inode
by Chao Yu
· 7 years ago
939ae4e
ovl: fix false positive ESTALE on lookup
by Amir Goldstein
· 7 years ago
5b97eea
fuse: getattr cleanup
by Miklos Szeredi
· 7 years ago
e1c0eec
fuse: honor iocb sync flags on write
by Miklos Szeredi
· 7 years ago
Next »