index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-15
xfs: add capability check to free eofblocks ioctl
Dwight Engen
1
-0
/
+6
2013-08-15
xfs: create internal eofblocks structure with kuid_t types
Dwight Engen
4
-19
/
+56
2013-08-15
xfs: convert kuid_t to/from uid_t for internal structures
Dwight Engen
5
-34
/
+41
2013-08-15
xfs: ioctl check for capabilities in the current user namespace
Dwight Engen
1
-2
/
+9
2013-08-15
xfs: convert kuid_t to/from uid_t in ACLs
Dwight Engen
1
-4
/
+16
2013-08-15
xfs: create wrappers for converting kuid_t to/from uid_t
Dwight Engen
1
-0
/
+26
2013-08-13
xfs: split the CIL lock
Dave Chinner
2
-23
/
+27
2013-08-13
xfs: Combine CIL insert and prepare passes
Dave Chinner
1
-127
/
+100
2013-08-13
xfs: avoid CIL allocation during insert
Dave Chinner
2
-20
/
+33
2013-08-13
xfs: Reduce allocations during CIL insertion
Dave Chinner
3
-40
/
+57
2013-08-13
xfs: return log item size in IOP_SIZE
Dave Chinner
7
-73
/
+126
2013-08-13
xfs:free bp in xlog_find_tail() error path
Eric Sandeen
1
-0
/
+1
2013-08-13
xfs: free bp in xlog_find_zeroed() error path
Eric Sandeen
1
-1
/
+2
2013-08-13
xfs: avoid double-free in xfs_attr_node_addname
Eric Sandeen
1
-0
/
+1
2013-08-13
xfs: call roundup_64() to calculate the min_logblks
Jie Liu
1
-3
/
+5
2013-08-12
xfs: Validate log space at mount time
Jie Liu
2
-2
/
+49
2013-08-12
xfs: Add xfs_log_rlimit.c
Jie Liu
3
-1
/
+152
2013-08-12
xfs: Refactor xfs_ticket_alloc() to extract a new helper
Jie Liu
2
-22
/
+42
2013-08-12
xfs: Get rid of all XFS_XXX_LOG_RES() macro
Jie Liu
1
-36
/
+0
2013-08-12
xfs: refactor xfs_trans_reserve() interface
Jie Liu
21
-197
/
+150
2013-08-12
xfs: Make writeid transaction use tr_writeid
Jie Liu
1
-1
/
+1
2013-08-12
xfs: Introduce tr_fsyncts to m_reservation
Jie Liu
2
-1
/
+3
2013-08-12
xfs: Introduce a new structure to hold transaction reservation items
Jie Liu
4
-87
/
+163
2013-08-12
xfs: make struct xfs_perag kernel only
Dave Chinner
4
-53
/
+54
2013-08-12
xfs: move kernel specific type definitions to xfs.h
Dave Chinner
2
-36
/
+32
2013-08-12
xfs: xfs_filestreams.h doesn't need __KERNEL__
Dave Chinner
1
-4
/
+0
2013-08-12
xfs: remove __KERNEL__ check from xfs_dir2_leaf.c
Dave Chinner
1
-4
/
+0
2013-08-12
xfs: remove __KERNEL__ from debug code
Dave Chinner
3
-4
/
+4
2013-08-12
xfs: kill __KERNEL__ check for debug code in allocation code
Dave Chinner
1
-3
/
+3
2013-08-12
xfs: don't special case shared superblock mounts
Dave Chinner
1
-7
/
+0
2013-08-12
xfs: consolidate extent swap code
Dave Chinner
9
-517
/
+436
2013-08-12
xfs: consolidate xfs_utils.c
Dave Chinner
18
-358
/
+285
2013-08-12
xfs: consolidate xfs_rename.c
Dave Chinner
3
-349
/
+307
2013-08-12
xfs: kill xfs_vnodeops.[ch]
Dave Chinner
29
-1991
/
+1931
2013-08-12
xfs: fix issues that cause userspace warnings
Dave Chinner
6
-13
/
+12
2013-08-12
xfs: minor cleanups
Dave Chinner
4
-14
/
+4
2013-08-12
xfs: create xfs_bmap_util.[ch]
Dave Chinner
20
-853
/
+957
2013-08-12
xfs: introduce xfs_sb.c for sharing with libxfs
Dave Chinner
5
-797
/
+863
2013-08-12
xfs: split out the remote symlink handling
Dave Chinner
5
-214
/
+244
2013-08-12
xfs: split out attribute fork truncation code into separate file
Dave Chinner
4
-423
/
+455
2013-08-12
xfs: split out attribute listing code into separate file
Dave Chinner
5
-616
/
+658
2013-08-12
xfs: reshuffle dir2 definitions around for userspace
Dave Chinner
22
-64
/
+83
2013-08-12
xfs: move getdents code into it's own file
Dave Chinner
7
-616
/
+649
2013-08-12
xfs: introduce xfs_inode_buf.c for inode buffer operations
Dave Chinner
5
-454
/
+514
2013-08-12
xfs: move unrelated definitions out of xfs_inode.h
Dave Chinner
4
-38
/
+16
2013-08-12
xfs: move inode fork definitions to a new header file
Dave Chinner
5
-2007
/
+2096
2013-08-12
xfs: split out transaction reservation code
Dave Chinner
10
-772
/
+851
2013-08-12
xfs: sync minor header differences needed by userspace.
Dave Chinner
13
-8
/
+42
2013-08-12
xfs: introduce xfs_quota_defs.h
Dave Chinner
2
-131
/
+160
2013-08-12
xfs: introduce xfs_rtalloc_defs.h
Dave Chinner
4
-52
/
+54
[next]