aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-205-11/+48
|\
| * hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko2012-12-201-1/+4
| * hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko2012-12-203-5/+12
| * hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko2012-12-201-4/+20
| * hfsplus: avoid crash on failed block map freeAlan Cox2012-12-201-1/+12
* | hfsplus: drop vmtruncateMarco Stornelli2012-12-201-11/+16
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
* | userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman2012-09-214-11/+20
|/
* hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon2012-07-301-1/+1
* hfsplus: get rid of write_superArtem Bityutskiy2012-07-225-16/+43
* hfsplus: remove useless checkArtem Bityutskiy2012-07-221-3/+0
* hfsplus: amend debugging printArtem Bityutskiy2012-07-221-1/+1
* hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy2012-07-222-2/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-142-2/+2
* hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett2012-06-171-2/+7
* hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki2012-06-171-1/+1
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-042-0/+15
|/
* hfsplus: add an ioctl to bless filesMatthew Garrett2012-03-202-0/+39
* hfsplus: change finder_info to u32Matthew Garrett2012-03-201-1/+1
* hfsplus: initialise userflagsMatthew Garrett2012-03-201-0/+2
* hfsplus: switch to d_make_root()Al Viro2012-03-201-8/+9
* hfsplus: creation of hidden dir on mount can failAl Viro2012-01-101-2/+9
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-062-3/+3
* hfsplus: propagate umode_tAl Viro2012-01-032-2/+2
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-5/+5
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-2/+2
* hfsplus: fix filesystem size checksChristoph Hellwig2011-09-151-3/+8
* hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee2011-09-152-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-222-4/+15
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+11
| * fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-2/+2
| * fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+2
* | hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee2011-07-224-42/+101
* | hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota2011-07-221-0/+4
* | hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov2011-07-073-10/+24
* | hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov2011-07-075-26/+51
* | hfsplus: lift the 2TB size limitChristoph Hellwig2011-06-302-4/+9
* | hfsplus: fix overflow in hfsplus_read_wrapperChristoph Hellwig2011-06-301-2/+3
* | hfsplus: fix overflow in hfsplus_get_blockChristoph Hellwig2011-06-301-3/+6
* | hfsplus: assignments inside `if' condition clean-upAnton Salikhmetov2011-06-301-8/+27
|/