Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
40c01e8bd5575e32633192513e09eac7155d6926
/
fs
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
652586d
seq_file: remove "%n" usage from seq_file users
by Tetsuo Handa
· 11 years ago
839cc2a
seq_file: introduce seq_setwidth() and seq_pad()
by Tetsuo Handa
· 11 years ago
cb900f4
mm, hugetlb: convert hugetlbfs to use split pmd lock
by Kirill A. Shutemov
· 11 years ago
bf92915
mm, thp: change pmd_trans_huge_lock() to return taken lock
by Kirill A. Shutemov
· 11 years ago
e1f56c8
mm: convert mm->nr_ptes to atomic_long_t
by Kirill A. Shutemov
· 11 years ago
4fbf888
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
7e1a1e9
Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
5e30025
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
82cb6ac
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 11 years ago
0910c0b
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
ede4ceb
prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts
by Al Viro
· 11 years ago
4ec6c2a
fix unpaired rcu lock in prepend_path()
by Li Zhong
· 11 years ago
4fdb793
locks: missing unlock on error in generic_add_lease()
by Dan Carpenter
· 11 years ago
7f62656
aio: checking for NULL instead of IS_ERR
by Dan Carpenter
· 11 years ago
5cbb3d2
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
f023029
Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 11 years ago
fbe43ff
Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 11 years ago
a7fa20a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 11 years ago
a301245
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 11 years ago
dd1d139
Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 11 years ago
66da0e1
devpts: plug the memory leak in kill_sb
by Ilija Hadzic
· 11 years ago
d049f74
exec/ptrace: fix get_dumpable() incorrect tests
by Kees Cook
· 11 years ago
1c3fc3e
kcore: add Kconfig help text
by Randy Dunlap
· 11 years ago
5721cf8
procfs: clean up proc_reg_get_unmapped_area for 80-column limit
by HATAYAMA Daisuke
· 11 years ago
95e0d7d
hfsplus: implement attributes file creation functionality
by Vyacheslav Dubeyko
· 11 years ago
099e924
hfsplus: implement attributes file's header node initialization code
by Vyacheslav Dubeyko
· 11 years ago
b3b5b0f
hfsplus: add metadata file's clump size calculation functionality
by Vyacheslav Dubeyko
· 11 years ago
74a797d
fs/hfs/btree.h: remove duplicate defines
by Michael Opdenacker
· 11 years ago
67347fe
epoll: do not take global 'epmutex' for simple topologies
by Jason Baron
· 11 years ago
ae10b2b
epoll: optimize EPOLL_CTL_DEL using rcu
by Jason Baron
· 11 years ago
6bc080d
debugfs: use list_next_entry() in debugfs_remove_recursive()
by Oleg Nesterov
· 11 years ago
54886a7
cramfs: mark as obsolete
by Michael Opdenacker
· 11 years ago
00619bc
mm: factor commit limit calculation
by Jerome Marchand
· 11 years ago
c4a391b
writeback: do not sync data dirtied after sync start
by Jan Kara
· 11 years ago
ec8e41a
/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line
by Naoya Horiguchi
· 11 years ago
948927e
mm, mempolicy: make mpol_to_str robust and always succeed
by David Rientjes
· 11 years ago
83285c7
mm: use pgdat_end_pfn() to simplify the code in others
by Xishi Qiu
· 11 years ago
41ecc34
ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()
by Jan Kara
· 11 years ago
d00d2f8
ocfs2: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
b1214e4
ocfs2: fix possible double free in ocfs2_write_begin_nolock
by Xue jiufei
· 11 years ago
bfbca92
ocfs2: add missing errno in ocfs2_ioctl_move_extents()
by Younger Liu
· 11 years ago
8abaae8
ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()
by Younger Liu
· 11 years ago
eedd40e
ocfs2: rollback transaction in ocfs2_group_add()
by Younger Liu
· 11 years ago
728b980
ocfs2: break useless while loop
by Junxiao Bi
· 11 years ago
518df6b
ocfs2: use find_last_bit()
by Akinobu Mita
· 11 years ago
fae477b
ocfs2: delay migration when the lockres is in migration state
by Xue jiufei
· 11 years ago
750e3c6
ocfs2: skip locks in the blocked list
by Xue jiufei
· 11 years ago
a8f70de
ocfs2: use bitmap_weight()
by Akinobu Mita
· 11 years ago
910bffe
ocfs2: don't spam on -EDQUOT
by Joel Becker
· 11 years ago
5879620
ocfs2: add necessary check in case sb_getblk() fails
by Rui Xiang
· 11 years ago
7391a29
ocfs2: return ENOMEM when sb_getblk() fails
by Rui Xiang
· 11 years ago
f0cb0f0
fs/ocfs2/file.c: fix wrong comment
by Junxiao Bi
· 11 years ago
06f9da6
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits
by Goldwyn Rodrigues
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
4b4d2b4
Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 11 years ago
3f61c0c
ext4: add prototypes for macro-generated functions
by Andreas Dilger
· 11 years ago
9206c56
ext4: return non-zero st_blocks for inline data
by Andreas Dilger
· 11 years ago
39cf275
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
29e59c1
f2fs: issue more large discard command
by Changman Lee
· 11 years ago
8b5baa4
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 11 years ago
bdd3536
ecryptfs: ->f_op is never NULL
by Al Viro
· 11 years ago
27ac0ff
locks: break delegations on any attribute modification
by J. Bruce Fields
· 13 years ago
146a859
locks: break delegations on link
by J. Bruce Fields
· 13 years ago
8e6d782
locks: break delegations on rename
by J. Bruce Fields
· 13 years ago
5a14696
locks: helper functions for delegation breaking
by J. Bruce Fields
· 12 years ago
b21996e
locks: break delegations on unlink
by J. Bruce Fields
· 13 years ago
9accbb9
namei: minor vfs_unlink cleanup
by J. Bruce Fields
· 12 years ago
df4e8d2
locks: implement delegations
by J. Bruce Fields
· 13 years ago
617588d
locks: introduce new FL_DELEG lock flag
by J. Bruce Fields
· 13 years ago
6cedba8
vfs: take i_mutex on renamed file
by J. Bruce Fields
· 13 years ago
40bd22c
vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
by J. Bruce Fields
· 13 years ago
27555516
vfs: don't use PARENT/CHILD lock classes for non-directories
by J. Bruce Fields
· 13 years ago
375e289
vfs: pull ext4's double-i_mutex-locking into common code
by J. Bruce Fields
· 13 years ago
f27c929
exportfs: fix quadratic behavior in filehandle lookup
by J. Bruce Fields
· 11 years ago
efbf201
exportfs: better variable name
by J. Bruce Fields
· 11 years ago
bbf7a8a
exportfs: move most of reconnect_path to helper function
by J. Bruce Fields
· 11 years ago
e4b70eb
exportfs: eliminate unused "noprogress" counter
by J. Bruce Fields
· 11 years ago
a056cc8
exportfs: stop retrying once we race with rename/remove
by J. Bruce Fields
· 11 years ago
0dbc018
exportfs: clear DISCONNECTED on all parents sooner
by J. Bruce Fields
· 11 years ago
78cee9a
exportfs: more detailed comment for path_reconnect
by J. Bruce Fields
· 11 years ago
854ff5c
exportfs: BUG_ON in crazy corner case
by Christoph Hellwig
· 11 years ago
13a2c3b
dcache: fix outdated DCACHE_NEED_LOOKUP comment
by J. Bruce Fields
· 11 years ago
f80de2c
dcache: don't clear DCACHE_DISCONNECTED too early
by J. Bruce Fields
· 12 years ago
e1a24bb
dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries
by J. Bruce Fields
· 12 years ago
7632e46
dcache: use IS_ROOT to decide where dentry is hashed
by J. Bruce Fields
· 13 years ago
b19f133
ocfs2: get rid of impossible checks
by Al Viro
· 11 years ago
fbad2bd
qnx4: i_sb is never NULL
by Al Viro
· 11 years ago
950ee95
exportfs: fix 32-bit nfsd handling of 64-bit inode numbers
by J. Bruce Fields
· 11 years ago
b7a6ec5
vfs: split out vfs_getattr_nosec
by J. Bruce Fields
· 11 years ago
5a3cd9928
iget/iget5: don't bother with ->i_lock until we find a match
by Al Viro
· 11 years ago
b18825a
VFS: Put a small type field into struct dentry::d_flags
by David Howells
· 11 years ago
afabada
elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)
by Al Viro
· 11 years ago
ec57941
constify do_coredump() argument
by Al Viro
· 11 years ago
ce39596
constify copy_siginfo_to_user{,32}()
by Al Viro
· 11 years ago
078d8e6
... and kill anon_inode_getfile_private()
by Al Viro
· 11 years ago
71ad749
rework aio migrate pages to use aio fs
by Benjamin LaHaise
· 11 years ago
6987843
take anon inode allocation to libfs.c
by Al Viro
· 11 years ago
22a8cb8
new helper: dump_align()
by Al Viro
· 11 years ago
Next »