index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-18
vfs: Add general support to enforce project quota limits
Li Xi
2
-5
/
+21
2015-03-17
reiserfs: fix __RASSERT format string
Nicolas Iooss
1
-1
/
+0
2015-03-16
Merge branch 'quota_interface' into for_next_testing
Jan Kara
9
-247
/
+369
2015-03-16
udf: use int for allocated blocks instead of sector_t
Fabian Frederick
1
-1
/
+1
2015-03-14
udf: remove redundant buffer_head.h includes
Fabian Frederick
11
-11
/
+0
2015-03-14
udf: remove else after return in __load_block_bitmap()
Fabian Frederick
1
-8
/
+7
2015-03-14
udf: remove unused variable in udf_table_free_blocks()
Fabian Frederick
1
-2
/
+0
2015-03-04
quota: Fix maximum quota limit settings
Jan Kara
1
-4
/
+8
2015-03-04
quota: paranoia: check quota tree root
Konstantin Khlebnikov
1
-0
/
+7
2015-03-04
quota: optimize i_dquot access
Konstantin Khlebnikov
1
-24
/
+39
2015-03-04
quota: Hook up Q_XSETQLIM for id 0 to ->set_info
Jan Kara
1
-0
/
+39
2015-03-04
xfs: Add support for Q_SETINFO
Jan Kara
1
-0
/
+37
2015-03-04
quota: Make ->set_info use structure with neccesary info to VFS and XFS
Jan Kara
2
-12
/
+36
2015-03-04
quota: Remove ->get_xstate and ->get_xstatev callbacks
Jan Kara
1
-10
/
+4
2015-03-04
gfs2: Convert to using ->get_state callback
Jan Kara
1
-13
/
+15
2015-03-04
xfs: Convert to using ->get_state callback
Jan Kara
3
-205
/
+71
2015-03-04
quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
Jan Kara
1
-4
/
+134
2015-03-04
quota: Make VFS quotas use new interface for getting quota info
Jan Kara
5
-21
/
+51
2015-02-28
Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-31
/
+41
2015-02-28
nilfs2: fix potential memory overrun on inode
Ryusuke Konishi
1
-3
/
+44
2015-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+8
2015-02-24
xfs: cancel failed transaction in xfs_fs_commit_blocks()
Eric Sandeen
1
-1
/
+3
2015-02-24
xfs: Ensure we have target_ip for RENAME_EXCHANGE
Eric Sandeen
1
-0
/
+4
2015-02-23
xfs: ensure truncate forces zeroed blocks to disk
Dave Chinner
3
-30
/
+29
2015-02-23
xfs: Fix quota type in quota structures when reusing quota file
Jan Kara
1
-0
/
+5
2015-02-22
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-56
/
+108
2015-02-22
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
52
-676
/
+715
2015-02-22
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Al Viro
1
-2
/
+6
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-22
debugfs: leave freeing a symlink body until inode eviction
Al Viro
1
-17
/
+17
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
3
-26
/
+22
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
1
-1
/
+1
2015-02-22
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
4
-9
/
+9
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
30
-65
/
+65
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
1
-5
/
+13
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
1
-1
/
+18
2015-02-21
Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
10
-8
/
+393
2015-02-21
Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
15
-151
/
+140
2015-02-21
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+3
2015-02-20
Btrfs: fix allocation size calculations in alloc_btrfs_bio
Chris Mason
1
-1
/
+8
2015-02-20
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Al Viro
6
-319
/
+489
2015-02-20
posix_acl: fix reference leaks in posix_acl_create
Omar Sandoval
1
-5
/
+9
2015-02-20
autofs4: Wrong format for printing dentry
Rasmus Villemoes
1
-1
/
+1
2015-02-20
coredump: Fix typo in comment
Bastien Nocera
1
-1
/
+1
2015-02-20
fs/aio.c: Remove duplicate function name in pr_debug messages
Kinglong Mee
1
-3
/
+3
2015-02-20
configfs: Fix potential NULL d_inode dereference
David Howells
1
-1
/
+1
2015-02-20
don't bother with most of the bad_file_ops methods
Al Viro
1
-147
/
+0
2015-02-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
33
-859
/
+1062
2015-02-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
11
-167
/
+296
2015-02-19
Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-2
/
+3
[next]