Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1387fe7d292b66677dae31d25a8e3c953bf21748
/
fs
/
xfs
/
xfs_super.c
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
6a63ef0
Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next
by Dave Chinner
· 10 years ago
bbe051c
xfs: disallow ro->rw remount on norecovery mount
by Eric Sandeen
· 10 years ago
2b93681
Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next
by Dave Chinner
· 10 years ago
5e9383f
xfs: Fix incorrect positive ENOMEM return
by Joe Perches
· 10 years ago
88e8fda
Merge branch 'xfs-mmap-lock' into for-next
by Dave Chinner
· 10 years ago
4225441
Merge branch 'xfs-generic-sb-counters' into for-next
by Dave Chinner
· 10 years ago
444a702
xfs: remove deprecated mount options
by Eric Sandeen
· 10 years ago
3b9ce79
xfs: log unmount events on console
by Eric Sandeen
· 10 years ago
653c60b
xfs: introduce mmap/truncate lock
by Dave Chinner
· 10 years ago
5681ca4
xfs: Remove icsb infrastructure
by Dave Chinner
· 10 years ago
0d485ad
xfs: use generic percpu counters for free block counter
by Dave Chinner
· 10 years ago
e88b64e
xfs: use generic percpu counters for free inode counter
by Dave Chinner
· 10 years ago
501ab32
xfs: use generic percpu counters for inode counter
by Dave Chinner
· 10 years ago
4101b62
fs: consolidate {nr,free}_cached_objects args in shrink_control
by Vladimir Davydov
· 10 years ago
bad9626
Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next
by Dave Chinner
· 10 years ago
01f9882
xfs: report proper f_files in statfs if we overshoot imaxpct
by Eric Sandeen
· 10 years ago
465e2de
Merge branch 'xfs-sb-logging-rework' into for-next
by Dave Chinner
· 10 years ago
61e63ec
xfs: consolidate superblock logging functions
by Dave Chinner
· 10 years ago
4d11a40
xfs: remove bitfield based superblock updates
by Dave Chinner
· 10 years ago
77af574
xfs: remove extra newlines from xfs messages
by Eric Sandeen
· 10 years ago
c05e14f
Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 10 years ago
6044e43
Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next
by Dave Chinner
· 10 years ago
b29c70f
xfs: split metadata and log buffer completion to separate workqueues
by Brian Foster
· 10 years ago
cdc9cec
xfs: active inodes stat is broken
by Dave Chinner
· 10 years ago
e77b854
Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2
by Dave Chinner
· 10 years ago
c14fc01
Merge branch 'xfs-coccinelle-cleanups' into for-next
by Dave Chinner
· 10 years ago
d2a5e3c
xfs: remove unnecessary null checks
by Markus Elfring
· 10 years ago
216875a
Merge branch 'xfs-consolidate-format-defs' into for-next
by Dave Chinner
· 10 years ago
508b6b3
xfs: merge xfs_inum.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
78c931b
xfs: replace global xfslogd wq with per-mount wq
by Brian Foster
· 10 years ago
17ef4fd
xfs: Set allowed quota types
by Jan Kara
· 10 years ago
e3aed1a
xfs: xfs_kset should be static
by Dave Chinner
· 10 years ago
65b6573
xfs: add debug sysfs attribute set
by Brian Foster
· 10 years ago
8018ec0
xfs: mark all internal workqueues as freezable
by Brian Foster
· 10 years ago
4d7eece
Merge branch 'xfs-misc-fixes-3.17-1' into for-next
by Dave Chinner
· 10 years ago
d5cf09b
xfs: require 64-bit sector_t
by Christoph Hellwig
· 10 years ago
54aa61f
xfs: tidy up xfs_set_inode32
by Eric Sandeen
· 10 years ago
9de67c3
xfs: allow inode allocations in post-growfs disk space
by Eric Sandeen
· 10 years ago
3d87122
xfs: add a sysfs kset
by Brian Foster
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
232c2f5
Merge branch 'xfs-filestreams-lookup' into for-next
by Dave Chinner
· 10 years ago
fdd3a2a
Merge branch 'xfs-unused-args-cleanup' into for-next
by Dave Chinner
· 10 years ago
bc14782
xfs: negate xfs_icsb_init_counters error value
by Dave Chinner
· 10 years ago
4568764
xfs: negate mount workqueue init error value
by Dave Chinner
· 10 years ago
1919add
xfs: don't create a slab cache for filestream items
by Christoph Hellwig
· 11 years ago
34dcefd
xfs: remove unused args from xfs_alloc_buftarg()
by Eric Sandeen
· 11 years ago
a96c415
xfs: remove unused blocksize arg from xfs_setsize_buftarg()
by Eric Sandeen
· 11 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
0dc83bd
Revert "writeback: do not sync data dirtied after sync start"
by Jan Kara
· 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
c4a391b
writeback: do not sync data dirtied after sync start
by Jan Kara
· 11 years ago
632b89e
xfs: fix static and extern sparse warnings
by Dave Chinner
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
5706278
xfs: unify directory/attribute format definitions
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
08e96e1
xfs: remove newlines from strings passed to __xfs_printk
by Eric Sandeen
· 11 years ago
d948709
xfs: remove usage of is_bad_inode
by Ben Myers
· 11 years ago
9b17c62
fs: convert inode and dentry shrinking to be node aware
by Dave Chinner
· 11 years ago
0a234c6
shrinker: convert superblock shrinkers to new API
by Dave Chinner
· 11 years ago
e546cb7
xfs: consolidate xfs_utils.c
by Dave Chinner
· 11 years ago
c24b5df
xfs: kill xfs_vnodeops.[ch]
by Dave Chinner
· 11 years ago
2b9ab5a
xfs: reshuffle dir2 definitions around for userspace
by Dave Chinner
· 11 years ago
6ca1c90
xfs: separate dquot on disk format definitions out of xfs_quota.h
by Dave Chinner
· 11 years ago
7a378c9
xfs: WQ_NON_REENTRANT is meaningless and going away
by Tejun Heo
· 11 years ago
d892d58
xfs: Start using pquotaino from the superblock.
by Chandra Seetharaman
· 11 years ago
83e782e
xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
by Chandra Seetharaman
· 11 years ago
dc037ad
xfs: implement inode change count
by Dave Chinner
· 11 years ago
3ebe7d2
xfs: Inode create log items
by Dave Chinner
· 11 years ago
39a45d8
xfs: Remove XFS_MOUNT_RETERR
by Jie Liu
· 12 years ago
d3eaace
xfs: disable noattr2/attr2 mount options for CRC enabled filesystems
by Dave Chinner
· 11 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
a17164e
fs/xfs remove obsolete simple_strto<foo>
by Abhijit Pawar
· 12 years ago
579b62f
xfs: add background scanning to clear eofblocks inodes
by Brian Foster
· 12 years ago
6d8b79c
xfs: rename xfs_sync.[ch] to xfs_icache.[ch]
by Dave Chinner
· 12 years ago
c75921a
xfs: xfs_quiesce_attr() should quiesce the log like unmount
by Dave Chinner
· 12 years ago
c7eea6f
xfs: move xfs_quiesce_attr() into xfs_super.c
by Dave Chinner
· 12 years ago
34061f5
xfs: xfs_sync_fsdata is redundant
by Dave Chinner
· 12 years ago
5889608
xfs: syncd workqueue is no more
by Dave Chinner
· 12 years ago
9aa0500
xfs: xfs_sync_data is redundant.
by Dave Chinner
· 12 years ago
f661f1e
xfs: sync work is now only periodic log work
by Dave Chinner
· 12 years ago
7f7bebe
xfs: don't run the sync work if the filesystem is read-only
by Dave Chinner
· 12 years ago
7e18530
xfs: rationalise xfs_mount_wq users
by Dave Chinner
· 12 years ago
33c7a2b
xfs: xfs_syncd_stop must die
by Dave Chinner
· 12 years ago
60c7b4d
Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
2ea0392
xfs: Make inode32 a remountable option
by Carlos Maiolino
· 12 years ago
4056c1d
xfs: add inode64->inode32 transition into xfs_set_inode32()
by Carlos Maiolino
· 12 years ago
4c08372
xfs: Fix mp->m_maxagi update during inode64 remount
by Carlos Maiolino
· 12 years ago
2d2194f
xfs: reduce code duplication handling inode32/64 options
by Carlos Maiolino
· 12 years ago
08bf540
xfs: make inode64 as the default allocation mode
by Carlos Maiolino
· 12 years ago
Next »