Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
27f203f655a2e1dab66598a5b19afb637c587f0b
/
fs
27f203f
untangle fsnotify_d_instantiate() a bit
by Al Viro
· 9 years ago
34d0d19
uninline d_add()
by Al Viro
· 9 years ago
668d0cd
replace d_add_unique() with saner primitive
by Al Viro
· 9 years ago
e12a4e8
quota: use lookup_one_len_unlocked()
by Al Viro
· 9 years ago
85f4048
cifs_get_root(): use lookup_one_len_unlocked()
by Al Viro
· 9 years ago
130f9ab
nfs_lookup: don't bother with d_instantiate(dentry, NULL)
by Al Viro
· 9 years ago
9d95afd
kill dentry_unhash()
by Al Viro
· 9 years ago
f8b3171
ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)
by Al Viro
· 9 years ago
de4acda
autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()
by Al Viro
· 9 years ago
5cf3b56
configfs: move d_rehash() into configfs_create() for regular files
by Al Viro
· 9 years ago
f7380af
ceph: don't bother with d_rehash() in splice_dentry()
by Al Viro
· 9 years ago
949a852
namei: teach lookup_slow() to skip revalidate
by Al Viro
· 9 years ago
e3c1392
namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()
by Al Viro
· 9 years ago
d6d95de
lookup_one_len_unlocked(): use lookup_dcache()
by Al Viro
· 9 years ago
74ff0ff
namei: simplify invalidation logics in lookup_dcache()
by Al Viro
· 9 years ago
e9742b5
namei: change calling conventions for lookup_{fast,slow} and follow_managed()
by Al Viro
· 9 years ago
5d0f49c
namei: untanlge lookup_fast()
by Al Viro
· 9 years ago
6c51e51
lookup_dcache(): lift d_alloc() into callers
by Al Viro
· 9 years ago
6583fe2
do_last(): reorder and simplify a bit
by Al Viro
· 9 years ago
05ef1c5
Merge branch 'for-linus' into work.lookups
by Al Viro
· 9 years ago
a528aca
use ->d_seq to get coherency between ->d_inode and ->d_flags
by Al Viro
· 9 years ago
5129fa4
do_last(): ELOOP failure exit should be done after leaving RCU mode
by Al Viro
· 9 years ago
a7f7754
should_follow_link(): validate ->d_seq after having decided to follow
by Al Viro
· 9 years ago
d456564
namei: ->d_inode of a pinned dentry is stable only for positives
by Al Viro
· 9 years ago
c80567c
do_last(): don't let a bogus return value from ->open() et.al. to confuse us
by Al Viro
· 9 years ago
0fcbf99
fs: return -EOPNOTSUPP if clone is not supported
by Christoph Hellwig
· 9 years ago
b6853f7
hpfs: don't truncate the file when delete fails
by Mikulas Patocka
· 9 years ago
97c3160
ecryptfs_encrypt_and_encode_filename(): drop unused argument
by Al Viro
· 9 years ago
6b719e5
ecryptfs_lookup(): use lookup_one_len_unlocked()
by Al Viro
· 9 years ago
7ae8fd0
fs/pnode.c: treat zero mnt_group_id-s as unequal
by Maxim Patlasov
· 9 years ago
0bacbe5
affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()
by Al Viro
· 9 years ago
0e9a7da
xattr handlers: plug a lock leak in simple_xattr_list
by Mateusz Guzik
· 9 years ago
2feb55f
fs: allow no_seek_end_llseek to actually seek
by Wouter van Kesteren
· 9 years ago
779ee19
Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
27c9d77
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
dfc8528
Merge tag 'xfs-fixes-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
bc4ef75
btrfs: properly set the termination value of ctx->pos in readdir
by David Sterba
· 9 years ago
8e0bd49
xfs: fix endianness error when checking log block crc on big endian platforms
by Darrick J. Wong
· 9 years ago
1f55c71
pty: make sure super_block is still valid in final /dev/tty close
by Herton R. Krzesinski
· 9 years ago
5af9c2e
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
5d6a6a7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 9 years ago
b6a515c
epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT
by Jason Baron
· 9 years ago
d2b2a28
dax: dirty inode only if required
by Dmitry Monakhov
· 9 years ago
c95a518
ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup
by xuejiufei
· 9 years ago
9c5a05bc
block: fix pfn_mkwrite() DAX fault handler
by Ross Zwisler
· 9 years ago
0c0fe3b
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
by Filipe Manana
· 9 years ago
db6aed7
ceph: fix snap context leak in error path
by Yan, Zheng
· 9 years ago
1418bf0
ceph: checking for IS_ERR instead of NULL
by Dan Carpenter
· 9 years ago
7f042a8
Btrfs: remove no longer used function extent_read_full_page_nolock()
by Filipe Manana
· 9 years ago
3131400
Btrfs: fix page reading in extent_same ioctl leading to csum errors
by Filipe Manana
· 9 years ago
e0bd70c
Btrfs: fix invalid page accesses in extent_same (dedup) ioctl
by Filipe Manana
· 9 years ago
b37a05c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
81b676b
Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
65376df
proc: revert /proc/<pid>/maps [stack:TID] annotation
by Johannes Weiner
· 9 years ago
5c2ff95
numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390
by Michael Holzheu
· 9 years ago
a4a1dfa
ocfs2/cluster: fix memory leak in o2hb_region_release
by Joseph Qi
· 9 years ago
34229b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
29a8ea4
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
dc799d0
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
53729eb
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 9 years ago
d1a5f2b4
block: use DAX for partition table reads
by Dan Williams
· 9 years ago
9f4736f
block: revert runtime dax control of the raw block device
by Dan Williams
· 9 years ago
d3f71ae
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
e410e34
Revert "btrfs: synchronize incompat feature bits with sysfs files"
by Chris Mason
· 9 years ago
2370abd
NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE
by Trond Myklebust
· 9 years ago
d10d34a
Bluetooth: Add missing COMPATIBLE_IOCTL for UART line discipline
by Marcel Holtmann
· 9 years ago
e1c0eba
btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzalloc
by Chris Mason
· 9 years ago
d32a4e3
Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
bf60920
btrfs: sysfs: check initialization state before updating features
by David Sterba
· 9 years ago
13c13a6
pNFS: Fix missing layoutreturn calls
by Trond Myklebust
· 9 years ago
80ad623
Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"
by David Sterba
· 9 years ago
0a95b85
btrfs: async-thread: Fix a use-after-free error for trace
by Qu Wenruo
· 9 years ago
de0ee0e
Btrfs: fix race between fsync and lockless direct IO writes
by Filipe Manana
· 9 years ago
6b5aa88
Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
3e4c5ef
btrfs: add free space tree to the cow-only list
by David Sterba
· 9 years ago
6b20e0a
btrfs: add free space tree to lockdep classes
by David Sterba
· 9 years ago
e246468
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 9 years ago
00e3f5c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 9 years ago
772950e
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 9 years ago
cc67375
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
fa7d9a1
Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
e62e560
vfs: abort dedupe loop if fatal signals are pending
by Darrick J. Wong
· 9 years ago
1d5cfdb
tree wide: use kvfree() than conditional kfree()/vfree()
by Tetsuo Handa
· 9 years ago
eab95db
dax: never rely on bh.b_dev being set by get_block()
by Ross Zwisler
· 9 years ago
5eb88dc
xfs: call dax_pfn_mkwrite() for DAX fsync/msync
by Ross Zwisler
· 9 years ago
d5be7a0
ext4: call dax_pfn_mkwrite() for DAX fsync/msync
by Ross Zwisler
· 9 years ago
80b4adc
ext2: call dax_pfn_mkwrite() for DAX fsync/msync
by Ross Zwisler
· 9 years ago
9973c98
dax: add support for fsync/sync
by Ross Zwisler
· 9 years ago
f9fe48b
dax: support dirty DAX entries in radix tree
by Ross Zwisler
· 9 years ago
de14b9c
dax: fix conversion of holes to PMDs
by Ross Zwisler
· 9 years ago
d4bbe70
dax: fix NULL pointer dereference in __dax_dbg()
by Ross Zwisler
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
2101ae4
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
391f2a1
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
d5ffdf8
Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
eadee0c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
79b134a
btrfs: tweak free space tree bitmap allocation
by David Sterba
· 9 years ago
6d45c04
Merge branch 'bugfixes'
by Trond Myklebust
· 9 years ago
082fa37
pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn
by Trond Myklebust
· 9 years ago
8cce83b
btrfs: tests: switch to GFP_KERNEL
by David Sterba
· 9 years ago
Next »