aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08qib_fs: switch to simple_recursive_removal()Al Viro1-63/+5
2019-09-03infiniband: don't bother with d_delete()Al Viro1-1/+1
2019-07-04vfs: Convert qib_fs/ipathfs to use the new mount APIDavid Howells1-9/+17
2019-04-01qib: Convert qib_unit_table to XArrayMatthew Wilcox1-9/+3
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-08-23IB/qib: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-21/+5
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2015-06-23make simple_positive() publicAl Viro1-1/+1
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-10/+10
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-02-20IB/qib: Add blank line after declarationMike Marciniszyn1-0/+1
2015-02-20Infiniband: Fix potential NULL d_inode dereferenceDavid Howells1-1/+1
2015-02-17IB/qib: Fix sizeof checkpatch warningsMike Marciniszyn1-4/+4
2014-10-09[infiniband] remove pointless assignmentsAl Viro1-1/+0
2014-03-17IB/qib: Add percpu counter replacing qib_devdata int_counterMike Marciniszyn1-0/+1
2013-11-13qib_fs: fix (some) dcache abusesAl Viro1-2/+5
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-09-21userns: Convert ipathfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman1-2/+2
2012-07-19IB/qib: checkpatch fixesMike Marciniszyn1-10/+11
2012-01-03infiniband: umode_t noise, including open-coded S_ISDIR()Al Viro1-3/+3
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2010-10-29convert get_sb_single() usersAl Viro1-7/+7
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-07-21IB/qib: Use generic_file_llseekArnd Bergmann1-9/+9
2010-06-04fix the deadlock in qib_fsAl Viro1-3/+1
2010-05-26IB/qib: Don't rely on (undefined) order of function parameter evaluationRoland Dreier1-10/+15
2010-05-23IB/qib: Add new qib driver for QLogic PCIe InfiniBand adaptersRalph Campbell1-0/+613