Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4fbef95af4e62d4aada6c1728e04d3b1c828abe0
/
fs
517bf8f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
c2d22ec
fs/super.c: fix lru_list leak for real
by Al Viro
· 11 years ago
f927318
Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
522d6d3
Merge branch 'akpm' (fixes from Andrew Morton)
by Linus Torvalds
· 11 years ago
7f42ec3
nilfs2: fix issue with race condition of competition between segments for dirty blocks
by Vyacheslav Dubeyko
· 11 years ago
7202365
fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing
by Dan Aloni
· 11 years ago
13f3583
afs: dget_parent() can't return a negative dentry
by Al Viro
· 11 years ago
7b9a237
ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate()
by Al Viro
· 11 years ago
4947555
sysv: Add forgotten superblock lock init for v7 fs
by Lubomir Rintel
· 11 years ago
367156d
NFS: Give "flavor" an initial value to fix a compile warning
by Anna Schumaker
· 11 years ago
58a8cf1
NFSv4.1: try SECINFO_NO_NAME flavs until one works
by Weston Andros Adamson
· 11 years ago
acd65e5
NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_ds
by Trond Myklebust
· 11 years ago
52b26a3
NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt fails
by Trond Myklebust
· 11 years ago
ddd23eb
Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
e1f8826
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 11 years ago
997def2
xfs: fix node forward in xfs_node_toosmall
by Mark Tinguely
· 11 years ago
5bc2afc
NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem method
by Trond Myklebust
· 11 years ago
a153e67
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
99d7a88
fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volume
by Goldwyn Rodrigues
· 11 years ago
2f6cf0d
block: Fix bio_copy_data()
by Kent Overstreet
· 11 years ago
566055d
xfs: log recovery lsn ordering needs uuid check
by Dave Chinner
· 11 years ago
b771af2
xfs: fix XFS_IOC_FREE_EOFBLOCKS definition
by Dave Chinner
· 11 years ago
b313a5f
xfs: asserting lock not held during freeing not valid
by Dave Chinner
· 11 years ago
4885235
xfs: lock the AIL before removing the buffer item
by Dave Chinner
· 11 years ago
721a769
reiserfs: fix race with flush_used_journal_lists and flush_journal_list
by Jeff Mahoney
· 11 years ago
7bc9cc0
reiserfs: remove useless flush_old_journal_lists
by Jeff Mahoney
· 11 years ago
69d7567
udf: Fortify LVID loading
by Jan Kara
· 11 years ago
68cf8d0
Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
0fbf2cc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
94aebfb
Btrfs: create the uuid tree on remount rw
by Josef Bacik
· 11 years ago
cbf8b8c
btrfs: change extent-same to copy entire argument struct
by Mark Fasheh
· 11 years ago
93fd63c
Btrfs: dir_inode_operations should use btrfs_update_time also
by Guangyu Sun
· 11 years ago
5138ccc
btrfs: Add btrfs: prefix to kernel log output
by Frank Holton
· 11 years ago
6ef3de9
btrfs: refuse to remount read-write after abort
by David Sterba
· 11 years ago
1cecf57
Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0
by chandan
· 11 years ago
a0634be
Btrfs: don't leak transaction in btrfs_sync_file()
by Filipe David Borba Manana
· 11 years ago
a724b43
Btrfs: add the missing mutex unlock in write_all_supers()
by Stefan Behrens
· 11 years ago
f4ab9ea
Btrfs: iput inode on allocation failure
by Josef Bacik
· 11 years ago
363e4d3
Btrfs: remove space_info->reservation_progress
by Josef Bacik
· 11 years ago
f0de181
Btrfs: kill delay_iput arg to the wait_ordered functions
by Josef Bacik
· 11 years ago
c4fbb43
Btrfs: fix worst case calculator for space usage
by Josef Bacik
· 11 years ago
14575ae
Revert "Btrfs: rework the overcommit logic to be based on the total size"
by Josef Bacik
· 11 years ago
652f25a
Btrfs: improve replacing nocow extents
by Josef Bacik
· 11 years ago
d555438
Btrfs: drop dir i_size when adding new names on replay
by Josef Bacik
· 11 years ago
dd8e721
Btrfs: replay dir_index items before other items
by Josef Bacik
· 11 years ago
a5874ce
Btrfs: check roots last log commit when checking if an inode has been logged
by Josef Bacik
· 11 years ago
de2b530
Btrfs: actually log directory we are fsync()'ing
by Josef Bacik
· 11 years ago
573aeca
Btrfs: actually limit the size of delalloc range
by Josef Bacik
· 11 years ago
a482039
Btrfs: allocate the free space by the existed max extent size when ENOSPC
by Miao Xie
· 11 years ago
13fd8da
btrfs: add lockdep and tracing annotations for uuid tree
by David Sterba
· 11 years ago
79556c3
btrfs: show compiled-in config features at module load time
by Stefan Behrens
· 11 years ago
cef2193
Btrfs: more efficient inode tree replace operation
by Filipe David Borba Manana
· 11 years ago
55e50e4
Btrfs: do not add replace target to the alloc_list
by Ilya Dryomov
· 11 years ago
83d4cfd
Btrfs: fixup error handling in btrfs_reloc_cow
by Josef Bacik
· 11 years ago
07f0e62
Merge tag 'v3.11' into for-linus
by Chris Mason
· 11 years ago
509bf24
CacheFiles: Don't try to dump the index key if the cookie has been cleared
by David Howells
· 11 years ago
607566a
CacheFiles: Fix memory leak in cachefiles_check_auxdata error paths
by Josh Boyer
· 11 years ago
e9ff04d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
3fe03de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
9baa505
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 11 years ago
8061a6f
9p: don't forget to destroy inode cache if fscache registration fails
by Al Viro
· 11 years ago
03da633
atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.c
by Al Viro
· 11 years ago
adbe699
bio-integrity: Fix use of bs->bio_integrity_pool after free
by Bjorn Helgaas
· 11 years ago
116cc02
vfs: don't set FILE_CREATED before calling ->atomic_open()
by Miklos Szeredi
· 11 years ago
01c919a
nfs: set FILE_CREATED
by Miklos Szeredi
· 11 years ago
c5bf8fe
gfs2: set FILE_CREATED
by Miklos Szeredi
· 11 years ago
dfb1d61
cifs: fix filp leak in cifs_atomic_open()
by Miklos Szeredi
· 11 years ago
0854d45
vfs: improve i_op->atomic_open() documentation
by Miklos Szeredi
· 11 years ago
606035e
autofs4: close the races around autofs4_notify_daemon()
by Al Viro
· 11 years ago
3369d11
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
098e7f1
Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 11 years ago
802e4c6
pstore: Remove the messages related to compression failure
by Aruna Balakrishnaiah
· 11 years ago
b61edf8
pstore: Use zlib_inflateInit2 instead of zlib_inflateInit
by Aruna Balakrishnaiah
· 11 years ago
7de8fe2
pstore: Adjust buffer size for compression for smaller registered buffers
by Aruna Balakrishnaiah
· 11 years ago
05a8252
vfs: fix typo in comment in recent dentry work
by Linus Torvalds
· 11 years ago
3711d86
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 11 years ago
89dc77b
vfs: fix dentry LRU list handling and nr_dentry_unused accounting
by Linus Torvalds
· 11 years ago
466bd31
cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscache
by Sachin Prabhu
· 11 years ago
a9e9b7b
cifs: Do not take a reference to the page in cifs_readpage_worker()
by Sachin Prabhu
· 11 years ago
9bf12df
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
e0ea404
Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
ac4de95
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
3cd14fc
thp: account anon transparent huge pages into NR_ANON_PAGES
by Kirill A. Shutemov
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
26935fb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
1d7b24f
Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
68f0d9d
vfs: make d_path() get the root path under RCU
by Linus Torvalds
· 11 years ago
3272c54
vfs: use __getname/__putname for getcwd() system call
by Linus Torvalds
· 11 years ago
ff812d7
vfs: don't copy things to user space holding the rcu readlock
by Linus Torvalds
· 11 years ago
8b19e34
vfs: make getcwd() get the root and pwd path under rcu
by Linus Torvalds
· 11 years ago
5762482
vfs: move get_fs_root_and_pwd() to single caller
by Linus Torvalds
· 11 years ago
b7c09ad
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
1812997
dcache: get/release read lock in read_seqbegin_or_lock() & friend
by Waiman Long
· 11 years ago
08474ed
xfs: remove dead code from xlog_recover_inode_pass2
by Mark Tinguely
· 11 years ago
aa9e104
xfs: = vs == typo in ASSERT()
by Dan Carpenter
· 11 years ago
7b7a2f0
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
1ae276a
Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 11 years ago
c2d9572
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
57f150a
initmpfs: move rootfs code from fs/ramfs/ to init/
by Rob Landley
· 11 years ago
4bbee76
initmpfs: move bdi setup from init_rootfs to init_ramfs
by Rob Landley
· 11 years ago
Next »