Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e179ac0f4ea4f1e989fa754bada366f88fd81d27
/
fs
d995053
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 15 years ago
4223a4a
nfs: Fix nfs_parse_mount_options() kfree() leak
by Yinghai Lu
· 15 years ago
ad39602
fs: pipe.c null pointer dereference
by Earl Chew
· 15 years ago
9455268
dnotify: ignore FS_EVENT_ON_CHILD
by Andreas Gruenbacher
· 15 years ago
3de0ef4
inotify: fix coalesce duplicate events into a single event in special case
by Wei Yongjun
· 15 years ago
9f0d793
fsnotify: do not set group for a mark before it is on the i_list
by Eric Paris
· 15 years ago
8e7768d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
by Linus Torvalds
· 15 years ago
dcbeb0b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
83db93f
sysfs: Allow sysfs_notify_dirent to be called from interrupt context.
by Neil Brown
· 15 years ago
a6a8357
sysfs: Allow sysfs_move_dir(..., NULL) again.
by Cornelia Huck
· 15 years ago
444528b
Btrfs: always pin metadata in discard mode
by Chris Mason
· 15 years ago
0634857
Btrfs: enable discard support
by Christoph Hellwig
· 15 years ago
e244a0a
Btrfs: add -o discard option
by Christoph Hellwig
· 15 years ago
86df7eb
Btrfs: properly wait log writers during log sync
by Yan, Zheng
· 15 years ago
5d5e103
Btrfs: fix possible ENOSPC problems with truncate
by Josef Bacik
· 15 years ago
0eda294
Btrfs: fix btrfs acl #ifdef checks
by Chris Mason
· 15 years ago
690587d
Btrfs: streamline tree-log btree block writeout
by Chris Mason
· 15 years ago
257c62e
Btrfs: avoid tree log commit when there are no changes
by Chris Mason
· 15 years ago
4722607
Btrfs: only write one super copy during fsync
by Chris Mason
· 15 years ago
80f5069
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
96ec2e0
ext3: Don't update superblock write time when filesystem is read-only
by Theodore Ts'o
· 15 years ago
a1be9ee
NFS: suppress a build warning
by Stefan Richter
· 15 years ago
ef1f7a7
ROMFS: fix length used with romfs_dev_strnlen() function
by Bernd Schmidt
· 15 years ago
474a503
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
4047df0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 15 years ago
a372bf8
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
ac6889c
Btrfs: fix file clone ioctl for bookend extents
by Chris Mason
· 15 years ago
e9061e2
Btrfs: fix uninit compiler warning in cow_file_range_nocow
by Chris Mason
· 15 years ago
82d339d
Btrfs: constify dentry_operations
by Alexey Dobriyan
· 15 years ago
94fcca9
Btrfs: optimize back reference update during btrfs_drop_snapshot
by Yan, Zheng
· 15 years ago
efefb14
Btrfs: remove negative dentry when deleting subvolumne
by Yan, Zheng
· 15 years ago
32b7a56
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
ff782e0
Btrfs: optimize fsync for the single writer case
by Josef Bacik
· 15 years ago
e3ccfa9
Btrfs: async delalloc flushing under space pressure
by Josef Bacik
· 15 years ago
32c00af
Btrfs: release delalloc reservations on extent item insertion
by Josef Bacik
· 15 years ago
a3429ab
Btrfs: delay clearing EXTENT_DELALLOC for compressed extents
by Chris Mason
· 15 years ago
a791e35
Btrfs: cleanup extent_clear_unlock_delalloc flags
by Chris Mason
· 15 years ago
e09d399
Merge branch 'master' into for-linus
by Alex Elder
· 15 years ago
d080070
xfs: stop calling filemap_fdatawait inside ->fsync
by Christoph Hellwig
· 15 years ago
8e69ce1
fix readahead calculations in xfs_dir2_leaf_getdents()
by Eric Sandeen
· 15 years ago
dce5065
xfs: make sure xfs_sync_fsdata covers the log
by Dave Chinner
· 15 years ago
932640e
xfs: mark inodes dirty before issuing I/O
by Dave Chinner
· 15 years ago
69961a2
xfs: cleanup ->sync_fs
by Christoph Hellwig
· 15 years ago
c90b07e
xfs: fix xfs_quiesce_data
by Dave Chinner
· 15 years ago
f9581b1
xfs: implement ->dirty_inode to fix timestamp handling
by Christoph Hellwig
· 15 years ago
36520be
ima: ecryptfs fix imbalance message
by Mimi Zohar
· 15 years ago
ed1f218
eCryptfs: Remove Kconfig NET dependency and select MD5
by Tyler Hicks
· 15 years ago
664fc5a
ecryptfs: depends on CRYPTO
by Randy Dunlap
· 15 years ago
3050141
NFSv4: Kill nfs4_renewd_prepare_shutdown()
by Trond Myklebust
· 15 years ago
253fb02
pagemap: export KPF_HWPOISON
by Wu Fengguang
· 15 years ago
4055e97
fs: includecheck fix: proc, kcore.c
by Jaswinder Singh Rajput
· 15 years ago
517be09
NFSv4: Fix the referral mount code
by Trond Myklebust
· 15 years ago
f4373bf
nfs: Avoid overrun when copying client IP address string
by Ben Hutchings
· 15 years ago
bcd2ea1
NFS: Fix port initialisation in nfs_remount()
by Trond Myklebust
· 15 years ago
f5855fe
NFS: Fix port and mountport display in /proc/self/mountinfo
by Trond Myklebust
· 15 years ago
c5811db
NFS: Fix a default mount regression...
by Trond Myklebust
· 15 years ago
316d315
block: Seperate read and write statistics of in_flight requests v2
by Nikanth Karthikesan
· 15 years ago
1cdda9b
Btrfs: fix possible softlockup in the allocator
by Josef Bacik
· 15 years ago
61d92c3
Btrfs: fix deadlock on async thread startup
by Chris Mason
· 15 years ago
a99bbaf
headers: remove sched.h from poll.h
by Alexey Dobriyan
· 15 years ago
58e57fb
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
0f78ab9
Revert "Seperate read and write statistics of in_flight requests"
by Jens Axboe
· 15 years ago
9117703
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
fbbf694
[PATCH] ext4: retry failed direct IO allocations
by Eric Sandeen
· 15 years ago
74072d0
ext4: Fix build warning in ext4_dirty_inode()
by Curt Wohlgemuth
· 15 years ago
0efe5e3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
80e50be
afs: remove cache.h
by Christoph Hellwig
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
9c2693c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus
by Chris Mason
· 15 years ago
fbf1908
Btrfs: fix data space leak fix
by Josef Bacik
· 15 years ago
a112a71
fs/bio.c: move EXPORT* macros to line after function
by H Hartley Sweeten
· 15 years ago
8aa38c3
Btrfs: remove duplicates of filemap_ helpers
by Christoph Hellwig
· 15 years ago
25472b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus
by Chris Mason
· 15 years ago
ab93dbe
Btrfs: take i_mutex before generic_write_checks
by Chris Mason
· 15 years ago
35d62a9
Btrfs: fix arguments to btrfs_wait_on_page_writeback_range
by Christoph Hellwig
· 15 years ago
f0e2dfa
ext4: drop ext4dev compat
by Eric Sandeen
· 15 years ago
1f94533
ext4: fix a BUG_ON crash by checking that page has buffers attached to it
by Theodore Ts'o
· 15 years ago
6861f35
dlm: fix socket fd translation
by David Teigland
· 15 years ago
04bedd7
dlm: fix lowcomms_connect_node for sctp
by David Teigland
· 15 years ago
9abf47f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
9f44fdc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
4c8f1cb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 15 years ago
c1fccc0
ext4: Fix time encoding with extra epoch bits
by Theodore Ts'o
· 15 years ago
bf69932
jbd2: Use tracepoints for history file
by Theodore Ts'o
· 15 years ago
296c355
ext4: Use tracepoints for mb_history trace file
by Theodore Ts'o
· 15 years ago
dd7e0b7
Btrfs: fix deadlock with free space handling and user transactions
by Sage Weil
· 15 years ago
1ab86ae
Btrfs: fix error cases for ioctl transactions
by Sage Weil
· 15 years ago
90576c0
ext4, jbd2: Drop unneeded printks at mount and unmount time
by Theodore Ts'o
· 15 years ago
3baf0be
Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code
by Chris Ball
· 15 years ago
fd2696f
Btrfs: introduce missing kfree
by Julia Lawall
· 15 years ago
49cf6f4
Btrfs: Fix setting umask when POSIX ACLs are not enabled
by Chris Ball
· 15 years ago
d3d1faf
ext4: Handle nested ext4_journal_start/stop calls without a journal
by Curt Wohlgemuth
· 15 years ago
f3dc272
ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode
by Curt Wohlgemuth
· 15 years ago
830156c
ext4: Avoid updating the inode table bh twice in no journal mode
by Frank Mayhar
· 15 years ago
3cc811b
nilfs2: fix missing initialization of i_dir_start_lookup member
by Ryusuke Konishi
· 15 years ago
1f28fcd
nilfs2: fix missing zero-fill initialization of btree node cache
by Ryusuke Konishi
· 15 years ago
9ed74f2
Btrfs: proper -ENOSPC handling
by Josef Bacik
· 15 years ago
f3ce806
ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first
by Theodore Ts'o
· 15 years ago
8d5d02e
ext4: async direct IO for holes and fallocate support
by Mingming Cao
· 15 years ago
Next »