summaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* | hpfs: support FIEMAPMikulas Patocka2016-10-051-0/+6
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-291-1/+1
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* hpfs: implement the show_options methodMikulas Patocka2016-05-281-11/+32
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* hpfs: switch to ->iterate_shared()Al Viro2016-05-121-1/+1
* hpfs: handle allocation failures in hpfs_add_pos()Al Viro2016-05-123-6/+14
* hpfs: don't truncate the file when delete failsMikulas Patocka2016-02-271-28/+3
* wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-1/+1
|\
| * hpfs: missing endianness annotationAl Viro2016-01-041-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-3/+3
|/
* fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-2/+0
* hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-09-031-1/+24
* hpfs: support hotfixesMikulas Patocka2015-09-035-20/+76
* hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches2015-07-091-4/+7
* hpfs: kstrdup() out of memory handlingSanidhya Kashyap2015-07-091-2/+5
* hpfs: Remove unessary castFiro Yang2015-07-091-1/+1
* hpfs: add fstrim supportMikulas Patocka2015-07-095-0/+128
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-152-5/+5
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs/hpfs/dnode.c: fix suspect code indentFabian Frederick2014-08-081-8/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | fs/hpfs: increase pr_warn levelFabian Frederick2014-06-068-47/+47
* | fs/hpfs: use __func__ for loggingFabian Frederick2014-06-062-12/+12
* | fs/hpfs: use pr_fmt for loggingFabian Frederick2014-06-0610-51/+56
* | fs/hpfs: convert printk to pr_foo()Fabian Frederick2014-06-0610-67/+89
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* hpfs: optimize quad buffer loadingMikulas Patocka2014-02-021-46/+50
* hpfs: remember free spaceMikulas Patocka2014-02-023-10/+87
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-1/+1
* hpfs: make freeing sbi and codetables rcu-delayedAl Viro2013-10-242-14/+15
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* Merge branch 'hpfs' from Mikulas PatockaLinus Torvalds2013-07-045-13/+106
|\
| * hpfs: implement prefetch to improve performanceMikulas Patocka2013-07-044-5/+63
| * hpfs: use mpageMikulas Patocka2013-07-041-6/+34
| * hpfs: better test for errorsMikulas Patocka2013-07-042-2/+9
* | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-5/+2
OpenPOWER on IntegriCloud