Commit Graph

1724 Commits (251cbb951b831acd8451d75b40696834f07c29c5)

Author SHA1 Message Date
Al Viro 1a39ba99b5 gfs2: Switch to generic xattr handlers 9 years ago
Al Viro 1d1bb236bc gfs2: switch to ->iterate_shared() 9 years ago
Al Viro 9902af79c0 parallel lookups: actual switch to rwsem 9 years ago
Christoph Hellwig dde0c2e798 fs: add IOCB_SYNC and IOCB_DSYNC 9 years ago
Christoph Hellwig c8b8e32d70 direct-io: eliminate the offset argument to ->direct_IO 9 years ago
Al Viro ce23e64013 ->getxattr(): pass dentry and inode as separate arguments 9 years ago
Al Viro b296821a7c xattr_handler: pass dentry and inode as separate arguments of ->get() 9 years ago
Al Viro fc64005c93 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb 9 years ago
Bob Copeland 8f6fd83c6c rhashtable: accept GFP flags in rhashtable_walk_init 9 years ago
Kirill A. Shutemov 09cbfeaf1a mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros 9 years ago
Bob Peterson 73b462d280 GFS2: Eliminate parameter non_block on gfs2_inode_lookup 9 years ago
Bob Peterson ff34245d52 GFS2: Don't filter out I_FREEING inodes anymore 9 years ago
Bob Peterson a4923865ea GFS2: Prevent delete work from occurring on glocks used for create 9 years ago
Bob Peterson 2df6f47150 GFS2: Fix direct IO write rounding error 9 years ago
Arnd Bergmann 67893f12e5 gfs2: avoid uninitialized variable warning 9 years ago
Al Viro 5955102c99 wrappers for ->i_mutex access 9 years ago
Vladimir Davydov 5d097056c9 kmemcg: account certain kmem allocations to memcg 9 years ago
Bob Peterson 7508abc4bd GFS2: Check if iopen is held when deleting inode 9 years ago
Dmitry Monakhov a1c6f05733 fs: use block_device name vsprintf helper 9 years ago
Al Viro fceef393a5 switch ->get_link() to delayed_call, kill ->put_link() 9 years ago
Andreas Gruenbacher f39814f60a gfs2: Invalid security labels of inodes when they go invalid 9 years ago
Junxiao Bi a93a998382 gfs2: fix flock panic issue 9 years ago
Bob Peterson 6cc4b6e801 GFS2: Don't do glock put on when inode creation fails 9 years ago
Bob Peterson 5ea31bc0a6 GFS2: Always use iopen glock for gl_deletes 9 years ago
Bob Peterson 783013c0f5 GFS2: Release iopen glock in gfs2_create_inode error cases 9 years ago
Bob Peterson ee530beafe GFS2: Truncate address space mapping when deleting an inode 9 years ago
Bob Peterson 86d067a797 GFS2: Wait for iopen glock dequeues 9 years ago
Benjamin Marzinski 400ac52e80 gfs2: clear journal live bit in gfs2_log_flush 9 years ago
Benjamin Marzinski 471f3db278 gfs2: change gfs2 readdir cookie 9 years ago
Benjamin Marzinski 3401747229 gfs2: keep offset when splitting dir leaf blocks 9 years ago
Bob Peterson 2aba1b5b4f GFS2: Reintroduce a timeout in function gfs2_gl_hash_clear 9 years ago
Bob Peterson 901c6c665b GFS2: Update master statfs buffer with sd_statfs_spin locked 9 years ago
Bob Peterson b58bf407ca GFS2: Reduce size of incore inode 9 years ago
Bob Peterson a097dc7e24 GFS2: Make rgrp reservations part of the gfs2_inode structure 9 years ago
Al Viro 6b2553918d replace ->follow_link() with new method that could stay in RCU mode 9 years ago
Andreas Gruenbacher 97d7929922 posix acls: Remove duplicate xattr name definitions 9 years ago
Andreas Gruenbacher 44cb0d3f77 gfs2: Remove gfs2_xattr_acl_chmod 9 years ago
Bob Peterson b54e9a0b92 GFS2: Extract quota data from reservations structure (revert 5407e24) 9 years ago
Andreas Gruenbacher 39b0555f7a gfs2: Extended attribute readahead optimization 9 years ago
Andreas Gruenbacher c8d5770384 gfs2: Extended attribute readahead 9 years ago
Andrew Price 3dd1dd8c69 GFS2: Use rht_for_each_entry_rcu in glock_hash_walk 9 years ago
Markus Elfring 6fde22426b GFS2: Delete an unnecessary check before the function call "iput" 9 years ago
Andreas Gruenbacher d9a82a0403 xattr handlers: Pass handler to operations instead of flags 9 years ago
Abhi Das acc546fd61 gfs2: Automatically set GFS2_DIF_SYSTEM flag on system files 9 years ago
Andrew Morton 79211c8ed1 remove abs64() 9 years ago
Bob Peterson 31dddd9eb9 GFS2: Fix rgrp end rounding problem for bsize < page size 9 years ago
Bob Peterson c36b97e943 GFS2: Protect freeing directory hash table with i_lock spin_lock 9 years ago
Andreas Gruenbacher f3dd164912 gfs2: Remove gl_spin define 9 years ago
Benjamin Coddington 4f6563677a Move locks API users to locks_lock_inode_wait() 9 years ago
Bob Peterson 491e94f790 gfs2: Add missing else in trans_add_meta/data 9 years ago