Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
332673257056d8be8a69d759eda90a799af5472d
/
fs
86b6c7a
fs/block_dev.c: remove #if 0'ed code
by Adrian Bunk
· 17 years ago
4c54ac6
make struct def_blk_aops static
by Adrian Bunk
· 17 years ago
c58310b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus
by Lachlan McIlroy
· 17 years ago
269cdfa
[XFS] Added quota targets and removed dmapi directory
by Lachlan McIlroy
· 17 years ago
794f744
[XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules)
by Eric Sandeen
· 17 years ago
58b7983
[XFS] Remove Makefile wrappers in XFS
by Andi Kleen
· 17 years ago
52833e8
Merge branch 'linus_origin' into hotfixes
by Trond Myklebust
· 17 years ago
4a0962a
dentries: Extract common code to remove dentry from lru
by Christoph Lameter
· 17 years ago
cf28b48
d_path: Make d_path() use a struct path
by Jan Blunck
· 17 years ago
c32c2f6
d_path: Make seq_path() use a struct path argument
by Jan Blunck
· 17 years ago
e83aece
Use struct path in struct svc_expkey
by Jan Blunck
· 17 years ago
5477549
Use struct path in struct svc_export
by Jan Blunck
· 17 years ago
448678a
d_path: Make get_dcookie() use a struct path argument
by Jan Blunck
· 17 years ago
3dcd25f
d_path: Make proc_get_link() use a struct path argument
by Jan Blunck
· 17 years ago
a03a8a70
d_path: kerneldoc cleanup
by Jan Blunck
· 17 years ago
329c97f
One less parameter to __d_path
by Jan Blunck
· 17 years ago
ac748a0
Make set_fs_{root,pwd} take a struct path
by Jan Blunck
· 17 years ago
6ac08c3
Use struct path in fs_struct
by Jan Blunck
· 17 years ago
5dd784d0
Introduce path_get()
by Jan Blunck
· 17 years ago
09da5916
Use path_put() in a few places instead of {mnt,d}put()
by Jan Blunck
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
429731b
Remove path_release_on_umount()
by Jan Blunck
· 17 years ago
e2a366d
FLAT binaries: drop BINFMT_FLAT bad header magic warning
by Mike Frysinger
· 17 years ago
3c828e4
inotify: make variables static in inotify_user.c
by Harvey Harrison
· 17 years ago
8d04221
NFS: add missing spkm3 strings to mount option parser
by Olga Kornievskaia
· 17 years ago
2560665
NFS: remove error field from nfs_readdir_descriptor_t
by Jeff Layton
· 17 years ago
497799e
NFS: missing spaces in KERN_WARNING
by Dan Muntz
· 17 years ago
4267c956
NFS: Allow text-based mounts via compat_sys_mount
by Chuck Lever
· 17 years ago
8e60029
NFS: fix reference counting for NFSv4 callback thread
by Jeff Layton
· 17 years ago
cba4435
udf: fix udf_add_free_space
by Marcin Slusarz
· 17 years ago
e28d80f
udf: fix directory offset handling
by Jan Kara
· 17 years ago
ed58f80
fs/smbfs/inode.c: fix warning message deprecating smbfs
by Sergio Luis
· 17 years ago
413d57c
xfs: convert beX_add to beX_add_cpu (new common API)
by Marcin Slusarz
· 17 years ago
b51d63c
kernel-doc: fix fs/pipe.c notation
by Randy Dunlap
· 17 years ago
0c0d61ca9
Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 17 years ago
c64e80d
NLM: don't requeue block if it was invalidated while GRANT_MSG was in flight
by Jeff Layton
· 17 years ago
9706501
NLM: don't reattempt GRANT_MSG when there is already an RPC in flight
by Jeff Layton
· 17 years ago
90bd17c
NLM: have server-side RPC clients default to soft RPC tasks
by Jeff Layton
· 17 years ago
031fd3a
NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clients
by Jeff Layton
· 17 years ago
712a30e
splice: fix user pointer access in get_iovec_page_array()
by Bastian Blank
· 17 years ago
469108f
ext4: Add new "development flag" to the ext4 filesystem
by Theodore Tso
· 17 years ago
26346ff
ext4: Don't panic in case of corrupt bitmap
by Aneesh Kumar K.V
· 17 years ago
256bdb4
ext4: allocate struct ext4_allocation_context from a kmem cache
by Eric Sandeen
· 17 years ago
c4e35e07
JBD2: Clear buffer_ordered flag for barried IO request on success
by Dave Kleikamp
· 17 years ago
7fb5409
ext4: Fix Direct I/O locking
by Jan Kara
· 17 years ago
8009f9f
ext4: Fix circular locking dependency with migrate and rm.
by Aneesh Kumar K.V
· 17 years ago
de2eeea
[XFS] add __init/__exit mark to specific init/cleanup functions
by Lachlan McIlroy
· 17 years ago
450790a
[XFS] Fix oops in xfs_file_readdir()
by David Chinner
· 17 years ago
cbc89dc
[XFS] kill xfs_root
by Christoph Hellwig
· 17 years ago
4188c78
[XFS] keep i_nlink updated and use proper accessors
by Christoph Hellwig
· 17 years ago
222096a
[XFS] stop updating inode->i_blocks
by Christoph Hellwig
· 17 years ago
de08dbc
[XFS] Make xfs_ail_check check less by default
by David Chinner
· 17 years ago
249a8c1
[XFS] Move AIL pushing into it's own thread
by David Chinner
· 17 years ago
4576758
[XFS] use generic_permission
by Christoph Hellwig
· 17 years ago
f6aa7f2
[XFS] stop re-checking permissions in xfs_swapext
by Christoph Hellwig
· 17 years ago
35fec8d
[XFS] clean up xfs_swapext
by Christoph Hellwig
· 17 years ago
199037c
[XFS] remove permission check from xfs_change_file_space
by Christoph Hellwig
· 17 years ago
9742bb9
[XFS] prevent panic during log recovery due to bogus op_hdr length
by Lachlan McIlroy
· 17 years ago
f71354b
[XFS] Cleanup various fid related bits:
by Christoph Hellwig
· 17 years ago
edd319d
[XFS] Fix xfs_lowbit64
by David Chinner
· 17 years ago
45ba598
[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.
by Christoph Hellwig
· 17 years ago
a9759f2
[XFS] kill superflous buffer locking (2nd attempt)
by Christoph Hellwig
· 17 years ago
40ebd81
[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity
by Robert P. J. Day
· 17 years ago
e6a4b37
[XFS] Remove the BPCSHIFT and NB* based macros from XFS.
by Tim Shimmin
· 17 years ago
f7b7c36
[XFS] Remove bogus assert
by Niv Sardi
· 17 years ago
71ddabb
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
by Eric Sandeen
· 17 years ago
a67d7c5
[XFS] Move platform specific mount option parse out of core XFS code
by David Chinner
· 17 years ago
3ed6526
[XFS] Implement fallocate.
by David Chinner
· 17 years ago
5d51eff
[XFS] Fix inode allocation latency
by David Chinner
· 17 years ago
e4143a1
[XFS] Fix transaction overrun during writeback.
by David Chinner
· 17 years ago
786f486
[XFS] Show all mount args in /proc/mounts
by David Chinner
· 17 years ago
8ae2c0f
[XFS] Fix sparse warning in xlog_recover_do_efd_trans.
by David Chinner
· 17 years ago
a8272ce
[XFS] Fix up sparse warnings.
by David Chinner
· 17 years ago
a69b176
[XFS] Use the generic bitops rather than implementing them ourselves.
by David Chinner
· 17 years ago
c319b58
[XFS] Make xfs_bulkstat() to report unlinked but referenced inodes
by Vlad Apostolov
· 17 years ago
98ce2b5
[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression
by Lachlan McIlroy
· 17 years ago
bc58f9b
[XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION
by Eric Sandeen
· 17 years ago
d4f3cc0
[XFS] lose xfs_hex_dump in favor of print_hex_dump
by Eric Sandeen
· 17 years ago
91906a8
[XFS] kill XFS_INOBT_IS_FREE_DISK
by Christoph Hellwig
· 17 years ago
c40ea741
[XFS] kill superflous buffer locking
by Christoph Hellwig
· 17 years ago
0771fb4
[XFS] Refactor xfs_mountfs
by Eric Sandeen
· 17 years ago
b53e675
[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations
by Christoph Hellwig
· 17 years ago
67fcb7b
[XFS] clean up some xfs_log_priv.h macros
by Christoph Hellwig
· 17 years ago
03bea6f
[XFS] clean up some xfs_log_priv.h macros
by Christoph Hellwig
· 17 years ago
9909c4a
[XFS] kill xfs_freeze.
by Christoph Hellwig
· 17 years ago
10090be
[XFS] cleanup vnode useage in xfs_iget.c
by Christoph Hellwig
· 17 years ago
6e7f75e
[XFS] cleanup vnode useage in xfs_ioctl.c
by Christoph Hellwig
· 17 years ago
4ca488e
[XFS] Kill off xfs_statvfs.
by Christoph Hellwig
· 17 years ago
c43f408
[XFS] simplify xfs_vn_getattr
by Christoph Hellwig
· 17 years ago
613d704
[XFS] kill xfs_iocore_t
by Christoph Hellwig
· 17 years ago
007c61c
[XFS] Remove spin.h
by Eric Sandeen
· 17 years ago
36e41ee
[XFS] Cleanup lock goop.
by Eric Sandeen
· 17 years ago
3a0e487
[XFS] ktrace kt_lock is unused, remove it.
by Eric Sandeen
· 17 years ago
3685c2a
[XFS] Unwrap XFS_SB_LOCK.
by Eric Sandeen
· 17 years ago
ba74d0c
[XFS] Unwrap mru_lock.
by Eric Sandeen
· 17 years ago
703e1f0
[XFS] Unwrap xfs_dabuf_global_lock
by Eric Sandeen
· 17 years ago
64137e5
[XFS] Unwrap pagb_lock.
by Eric Sandeen
· 17 years ago
869b906
[XFS] Unwrap XFS_DQ_PINUNLOCK.
by Eric Sandeen
· 17 years ago
c8b5ea2
[XFS] Unwrap GRANT_LOCK.
by Eric Sandeen
· 17 years ago
Next »