Commit Graph

103 Commits (c97b73939a3ed8618ad1baf3be4c8f5d11426de6)

Author SHA1 Message Date
Al Viro 7de9c6ee3e new helper: ihold() 14 years ago
Goldwyn Rodrigues 5e98d49240 Track negative entries v3 15 years ago
Mark Fasheh 97b8f4a9df ocfs2: Fix orphan add in ocfs2_create_inode_in_orphan 15 years ago
Mark Fasheh dd43bcde23 ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functions 15 years ago
Mark Fasheh 021960cab3 ocfs2: split out inode alloc code from ocfs2_mknod_locked 15 years ago
Dmitry Monakhov 75fe0a2477 ocfs2: replace inode uid,gid,mode initialization with helper function 15 years ago
Joel Becker 547ba7c8ef ocfs2: Block signals for mkdir/link/symlink/O_CREAT. 15 years ago
Joel Becker ec20cec7a3 ocfs2: Make ocfs2_journal_dirty() void. 15 years ago
Mark Fasheh a9743fcdc0 ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod() 15 years ago
Li Dongyang 062d340384 ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path 15 years ago
Li Dongyang ab41fdc8fd ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path 15 years ago
Li Dongyang d4cd1871cf ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code 15 years ago
Tristan Ye 3939fda4b3 Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir. 15 years ago
Joel Becker 2b6cb576aa ocfs2: Set suballoc_loc on allocated metadata. 15 years ago
Joel Becker 1ed9b777f7 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. 15 years ago
Christoph Hellwig 871a293155 dquot: cleanup dquot initialize routine 15 years ago
Christoph Hellwig 907f4554e2 dquot: move dquot initialization responsibility into the filesystem 15 years ago
Christoph Hellwig 63936ddaa1 dquot: cleanup inode allocation / freeing routines 15 years ago
Christoph Hellwig 5dd4056db8 dquot: cleanup space allocation / freeing routines 15 years ago
Tao Ma 10cf1a02f4 ocfs2: Set i_nlink properly during reflink. 15 years ago
Tao Ma c7d260afcb ocfs2: Add reflinked file's inode to inode hash eariler. 15 years ago
Tristan Ye 55f4946ed2 Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode? 15 years ago
Tao Ma bc13d34757 ocfs2: Create reflinked file in orphan dir. 16 years ago
Tao Ma 19bd341f6a ocfs2: Use proper parameter for some inode operation. 16 years ago
Joel Becker 0cf2f7632b ocfs2: Pass struct ocfs2_caching_info to the journal functions. 16 years ago
Joel Becker 8cb471e8f8 ocfs2: Take the inode out of the metadata read/write paths. 16 years ago
Jan Kara cb25797d45 ocfs2: Add lockdep annotations 16 years ago
Tao Ma 7e31a966ad ocfs2/trivial: Remove unused variable in ocfs2_rename. 16 years ago
Tao Ma 138211515c ocfs2: Optimize inode allocation by remembering last group 16 years ago
Mark Fasheh b80b549c35 ocfs2: re-order ocfs2_empty_dir checks 16 years ago
Mark Fasheh 198a1ca3b7 ocfs2: Increase max links count 16 years ago
Mark Fasheh 4ed8a6bb08 ocfs2: Store dir index records inline 16 years ago
Mark Fasheh 9b7895efac ocfs2: Add a name indexed b-tree to directory inodes 16 years ago
Mark Fasheh 4a12ca3a00 ocfs2: Introduce dir lookup helper struct 16 years ago
Tiger Yang d9ae49d6e2 ocfs2: tweak to get the maximum inline data size with xattr 16 years ago
Joel Becker 13723d00e3 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. 16 years ago
Jan Kara a90714c150 ocfs2: Add quota calls for allocation and freeing of inodes and space 16 years ago
Joel Becker b657c95c11 ocfs2: Wrap inode block reads in a dedicated function. 16 years ago
Tiger Yang 89c38bd0ad ocfs2: add ocfs2_init_acl in mknod 16 years ago
Tiger Yang 534eadddc1 ocfs2: add ocfs2_init_security in during file create 16 years ago
Tiger Yang f5d362022a ocfs2: move new inode allocation out of the transaction 16 years ago
David Howells b19c2a3b83 CRED: Wrap task credential accesses in the OCFS2 filesystem 16 years ago
Jan Kara b99835c168 ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails 16 years ago
Jan Kara 87cfa00432 ocfs2: Fix checking of return value of new_inode() 16 years ago
Joel Becker 0fcaa56a2a ocfs2: Simplify ocfs2_read_block() 17 years ago
Joel Becker 31d33073ca ocfs2: Require an inode for ocfs2_read_block(s)(). 17 years ago
Mark Fasheh a81cb88b64 ocfs2: Don't check for NULL before brelse() 17 years ago
Tiger Yang cf1d6c763f ocfs2: Add extended attribute support 17 years ago
Tao Ma 0eb8d47e69 ocfs2: Make high level btree extend code generic 17 years ago
Jan Kara 5dabd69515 ocfs2: Improve rename locking 17 years ago